allow-methods
Advanced tools
Comparing version 5.0.2 to 6.0.0
{ | ||
"name": "allow-methods", | ||
"version": "5.0.2", | ||
"version": "6.0.0", | ||
"description": "Express/connect middleware to handle 405 errors", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"engines": { | ||
"node": "16.x || 18.x || 20.x", | ||
"node": "18.x || 20.x", | ||
"npm": "8.x || 9.x" | ||
@@ -36,4 +36,4 @@ }, | ||
"test:integration": "mocha 'test/integration/**/*.test.js'", | ||
"project:verify": "npx --yes @rowanmanning/validate-project@2 --type git node-library", | ||
"project:fix": "npx --yes @rowanmanning/validate-project@2 --type git node-library --fix", | ||
"project:verify": "npx --yes @rowanmanning/validate-project@3 --type git node-library", | ||
"project:fix": "npx --yes @rowanmanning/validate-project@3 --type git node-library --fix", | ||
"prepare": "husky install" | ||
@@ -40,0 +40,0 @@ }, |
@@ -19,3 +19,3 @@ | ||
* [Node.js](https://nodejs.org/) 16+ | ||
* [Node.js](https://nodejs.org/) 18+ | ||
@@ -22,0 +22,0 @@ |
Sorry, the diff of this file is not supported yet
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
7564