chaosrouter
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"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 @@ }, |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
100
852
304
0
77010
4
9
2