find-my-way
Advanced tools
Comparing version 1.14.0 to 1.14.1
@@ -217,3 +217,3 @@ 'use strict' | ||
` | ||
for (var i in http.METHODS) { | ||
for (var i = 0; i < http.METHODS.length; i++) { | ||
var m = http.METHODS[i] | ||
@@ -220,0 +220,0 @@ code += `this['${m}'] = handlers['${m}'] || null |
{ | ||
"name": "find-my-way", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "Crazy fast http radix based router", | ||
@@ -5,0 +5,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
126264