Comparing version 0.5.3 to 0.5.4
@@ -31,3 +31,3 @@ var approot = process.env.PWD; | ||
if (router) { | ||
var filters = (instance[filters] || []).concat(router.filters || []).map(function (item) { | ||
var filters = (instance.filters || []).concat(router.filters || []).map(function (item) { | ||
switch (typeof item) { | ||
@@ -34,0 +34,0 @@ case 'function': |
{ | ||
"name": "rainbow", | ||
"description": "Express router middleware for RESTful API base on certain folder path", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"author": "mytharcher <mytharcher@gmail.com>", | ||
@@ -6,0 +6,0 @@ "main" : "index.js", |
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
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
9116
10
104