connect-rest
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -7,4 +7,6 @@ var Path = require('./path'); | ||
return function(req, res, next) { | ||
if( method !== req.method ) | ||
if(method !== req.method && method !== "*") { | ||
return next(); | ||
} | ||
@@ -11,0 +13,0 @@ if(!req.query) req.query = {}; |
{ | ||
"name": "connect-rest", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Exceptionally featureful RESTful web services middleware for Connect.", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
}, | ||
"_id": "connect-rest@0.7.1" | ||
"_id": "connect-rest@0.7.2" | ||
} |
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
98786
1116