allow-methods
Advanced tools
Comparing version 4.1.3 to 5.0.0
{ | ||
"name": "allow-methods", | ||
"version": "4.1.3", | ||
"version": "5.0.0", | ||
"description": "Express/connect middleware to handle 405 errors", | ||
@@ -22,4 +22,4 @@ "keywords": [ | ||
"engines": { | ||
"node": "14.x || 16.x || 18.x", | ||
"npm": "8.x" | ||
"node": "16.x || 18.x", | ||
"npm": "8.x || 9.x" | ||
}, | ||
@@ -57,3 +57,3 @@ "scripts": { | ||
"testdouble": "^3.16.4", | ||
"typescript": "^4.7.3" | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -60,0 +60,0 @@ "main": "lib/allow-methods.js", |
@@ -19,3 +19,3 @@ | ||
* [Node.js](https://nodejs.org/) 14+ | ||
* [Node.js](https://nodejs.org/) 16+ | ||
@@ -22,0 +22,0 @@ |
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
7500