allow-methods
Advanced tools
Comparing version 3.1.0 to 4.0.0
{ | ||
"name": "allow-methods", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "Express/connect middleware to handle 405 errors", | ||
@@ -22,4 +22,4 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=12", | ||
"npm": ">=7" | ||
"node": ">=14", | ||
"npm": ">=8" | ||
}, | ||
@@ -32,4 +32,5 @@ "scripts": { | ||
"test:integration": "mocha 'test/integration/**/*.test.js'", | ||
"project:verify": "npx --yes @rowanmanning/validate-project --type git node-library", | ||
"project:fix": "npx --yes @rowanmanning/validate-project --type git node-library --fix" | ||
"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", | ||
"prepare": "husky install" | ||
}, | ||
@@ -40,4 +41,6 @@ "dependencies": { | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.2.4", | ||
"@commitlint/config-conventional": "^16.2.4", | ||
"@rowanmanning/eslint-config": "^3.3.0", | ||
"axios": "^0.26.0", | ||
"axios": "^0.27.2", | ||
"chai": "^4.3.6", | ||
@@ -47,2 +50,3 @@ "eslint": "^8.9.0", | ||
"express5": "npm:express@^5.0.0-beta.1", | ||
"husky": "^7.0.4", | ||
"mocha": "^9.2.1", | ||
@@ -49,0 +53,0 @@ "nyc": "^15.1.0", |
@@ -19,3 +19,3 @@ | ||
* [Node.js](https://nodejs.org/) 12+ | ||
* [Node.js](https://nodejs.org/) 14+ | ||
@@ -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
6308
12