connect-route
Advanced tools
Comparing version 0.1.3 to 0.1.4
(function () { | ||
'use strict'; | ||
var | ||
methods = [ 'get', 'post', 'put', 'delete', 'connect', 'options', 'trace', 'copy', 'lock', 'mkcol', 'move', 'propfind', 'proppatch', 'unlock', 'report', 'mkactivity', 'checkout', 'merge' ], | ||
methods = [ 'get', 'post', 'put', 'patch', 'delete', 'connect', 'options', 'trace', 'copy', 'lock', 'mkcol', 'move', 'propfind', 'proppatch', 'unlock', 'report', 'mkactivity', 'checkout', 'merge' ], | ||
separator = /^[\s\/]+|[\s\/]+$/g, | ||
@@ -114,2 +114,2 @@ i, length, | ||
}; | ||
}()); | ||
}()); |
{ | ||
"name" : "connect-route", | ||
"version" : "0.1.3", | ||
"version" : "0.1.4", | ||
"description" : "Simple and fast router for Connect", | ||
@@ -5,0 +5,0 @@ "keywords": [ "router", "connect" ], |
@@ -1,2 +0,1 @@ | ||
[![build status](https://secure.travis-ci.org/baryshev/connect-route.png)](http://travis-ci.org/baryshev/connect-route) | ||
# About | ||
@@ -3,0 +2,0 @@ Simple and fast router for Connect |
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
104
0
5526
6
35