regex-router
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "regex-router", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Route http(s) requests via regular expressions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -40,2 +40,4 @@ /// <reference path="../../type_declarations/DefinitelyTyped/node/node.d.ts" /> | ||
// Manually compiled list of shortcuts for common http methods | ||
any(regExp: RegExp, handler: Handler): void; | ||
ANY(regExp: RegExp, handler: Handler): void; | ||
delete(regExp: RegExp, handler: Handler): void; | ||
@@ -42,0 +44,0 @@ DELETE(regExp: RegExp, handler: Handler): void; |
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
77082
1668