Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abstract-state-router

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-state-router - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

22

package.json
{
"name": "abstract-state-router",
"version": "5.1.0",
"version": "5.1.1",
"description": "The basics of a client-side state router ala the AngularJS ui-router, but without any DOM interactions",
"main": "index.js",
"scripts": {
"zuul": "zuul -- test/*.js",
"test": "tape test/*.js | faucet"
"test": "zuul -- test/*.js",
"localtest": "tape test/*.js | faucet"
},

@@ -26,16 +26,16 @@ "repository": {

"dependencies": {
"combine-arrays": "^1.0.0",
"debug": "^2.1.3",
"extend": "^2.0.0",
"hash-brown-router": "^1.3.0",
"page-path-builder": "^1.0.1",
"combine-arrays": "^1.0.2",
"debug": "^2.2.0",
"extend": "^2.0.1",
"hash-brown-router": "^1.3.3",
"page-path-builder": "^1.0.2",
"path-to-regexp-with-reversible-keys": "^1.0.3",
"promise": "^6.0.1",
"promise-map-series": "^0.2.0"
"promise": "^7.0.1",
"promise-map-series": "^0.2.1"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^2.14.0",
"tape": "^4.0.0",
"zuul": "^3.0.0"
}
}

@@ -11,2 +11,10 @@ [ui-router](https://github.com/angular-ui/ui-router/wiki) is fantastic, and I would use it in all of my projects if it wasn't tied to AngularJS.

# Current renderer implementations
- [RactiveJS](https://github.com/TehShrike/ractive-state-router)
- [Riot](https://github.com/TehShrike/riot-state-renderer)
- [virtual-dom](https://github.com/ArtskydJ/virtualdom-state-renderer)
If you want to use the state router with some other templating/dom manipulation library, it's pretty easy to set up! Check out the code for the above libraries and/or ping me if you'd like help getting it working.
# API

@@ -13,0 +21,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc