A common utility library for client-side JavaScript applications.
Alpha builds are provided on GitHub and npm for early testing.
It is recommended to pin to an exact version/commit and perform manual upgrades. (Changelogs coming soon…)
# latest alpha
npm install --save-exact tanaris@alpha
# or a specific version
npm install --save-exact tanaris@0.0.1-alpha.4
We are not taking feature requests at this time, but suggestions for improvements within existing scope and bug reports are welcome and appreciated.
The name comes from the fictional Warcraft universe’s Tanaris region, known for its Caverns of Time, home to a flight of bronze dragons blessed with temporal magic whose purpose is to safeguard time from those who wish to rewrite it.
Copyright © 2025 Peyton Seigo
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.