Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

allow-methods

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

allow-methods - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

24

package.json
{
"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
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc