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 3.1.0 to 4.0.0

16

package.json
{
"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 @@

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