allow-methods
Advanced tools
Comparing version 6.0.0 to 6.1.0
{ | ||
"name": "allow-methods", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"description": "Express/connect middleware to handle 405 errors", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"node": "18.x || 20.x", | ||
"npm": "8.x || 9.x" | ||
"npm": "8.x || 9.x || 10.x" | ||
}, | ||
@@ -33,22 +33,19 @@ "scripts": { | ||
"test": "npm run test:coverage && npm run test:integration", | ||
"test:unit": "mocha 'test/unit/**/*.test.js'", | ||
"test:unit": "node --test test/unit", | ||
"test:coverage": "nyc npm run test:unit", | ||
"test:integration": "mocha 'test/integration/**/*.test.js'", | ||
"test:integration": "node --test test/integration", | ||
"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" | ||
"prepare": "husky" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.0.0", | ||
"@commitlint/config-conventional": "^17.0.0", | ||
"@rowanmanning/eslint-config": "^7.0.0", | ||
"@commitlint/cli": "^18.4.2", | ||
"@commitlint/config-conventional": "^18.4.2", | ||
"@rowanmanning/eslint-config": "^8.0.0", | ||
"@types/express": "^4.17.13", | ||
"axios": "^1.0.0", | ||
"eslint": "^8.9.0", | ||
"express4": "npm:express@^4.17.3", | ||
"express5": "npm:express@^5.0.0-beta.1", | ||
"husky": "^8.0.1", | ||
"mocha": "^10.0.0", | ||
"husky": "^9.0.7", | ||
"nyc": "^15.1.0", | ||
"testdouble": "^3.16.4", | ||
"typescript": "^5.0.2" | ||
@@ -63,6 +60,3 @@ }, | ||
] | ||
}, | ||
"mocha": { | ||
"timeout": 10000 | ||
} | ||
} |
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
10
7431