koa-trie-router
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,3 +0,5 @@ | ||
var METHODS = require('http').METHODS | ||
var compose = require('koa-compose') | ||
var METHODS = require('methods').map(function (method) { | ||
return method.toUpperCase() | ||
}) | ||
@@ -4,0 +6,0 @@ var Router = require('./router') |
{ | ||
"name": "koa-trie-router", | ||
"description": "Trie-routing for Koa", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": { | ||
@@ -22,2 +22,3 @@ "name": "Jonathan Ong", | ||
"routington": "*", | ||
"methods": "*", | ||
"koa-compose": "koajs/compose" | ||
@@ -24,0 +25,0 @@ }, |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance 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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
9091
153
0
3
3
+ Addedmethods@*
+ Addedmethods@1.1.2(transitive)