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

chaosrouter

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chaosrouter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

markdown.html

5

package.json
{
"name": "chaosrouter",
"version": "1.0.0",
"version": "1.0.2",
"description": "Customizable, cross platform, web server routing framework",

@@ -12,3 +12,3 @@ "main": "chaosrouter.js",

},
"license": "GPLv3",
"license": "",
"repository": {

@@ -30,2 +30,3 @@ "type": "git",

"knex": "^0.9.0",
"mocha": "^4.0.0",
"sqlite3": "^3.1.11"

@@ -32,0 +33,0 @@ },

7

README.md

@@ -27,2 +27,7 @@ <div id="table-of-contents">

![img](//img.shields.io/travis/webheroesinc/chaos-router/feature-1.0.0.svg)
![img](//img.shields.io/npm/v/chaosrouter.svg)
![img](//img.shields.io/github/tag/webheroesinc/chaos-router.svg)
![img](//img.shields.io/maintenance/yes/2017.svg)
## Install<a id="sec-1-1" name="sec-1-1"></a>

@@ -299,2 +304,2 @@

module.<key1>; // <value1>
module.<key2>(); // <value2>
module.<key2>(); // <value2>

@@ -378,2 +378,6 @@ var bunyan = require('bunyan');

});
after(function() {
knex.destroy();
});
});

@@ -380,0 +384,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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