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

nuclear-router

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuclear-router - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

example/toggle.js

2

index.js

@@ -11,2 +11,4 @@ 'use strict';

var state = state;
// browsers only

@@ -13,0 +15,0 @@ if (!window) return;

18

package.json
{
"name": "nuclear-router",
"version": "0.0.4",
"version": "0.0.5",
"description": "Frontend router for nuclear.js",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
"test": "tape test/*.js"
},
"repository":{
"repository": {
"type": "git",

@@ -23,4 +23,14 @@ "url": "https://github.com/foundersandcoders/nuclear-router"

"devDependencies": {
"observ": "^0.2.0"
"observ": "^0.2.0",
"browserify": "^11.0.0",
"jquery-browserify": "^1.8.1",
"jsdom": "^5.6.1",
"nodemon": "^1.3.7",
"nuclear.js": "0.0.3",
"tape": "^4.0.1"
},
"dependencies": {
"path-to-regexp": "^1.2.0",
"query-string": "^2.4.0"
}
}
# nuclear-router
Small routing system for nuclear
Small routing system for [nuclear](https://github.com/foundersandcoders/nuclear).
Nuclear-router has a really simple API and is really small.

@@ -26,2 +27,2 @@ ### Example

}
```
```
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