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 1.0.3 to 1.0.4

CHANGELOG.md~

4

CHANGELOG.md
# Changelog
## 1.0.4 (2016-12-02)
* Add Node.js 7.x support
## 1.0.3 (2016-05-02)

@@ -5,0 +9,0 @@

73

package.json
{
"name": "allow-methods",
"version": "1.0.3",
"description": "Express/connect middleware to handle 405 errors",
"keywords": [ "405", "connect", "error", "express", "http", "middleware" ],
"author": "Rowan Manning (http://rowanmanning.com/)",
"repository": {
"type": "git",
"url": "https://github.com/rowanmanning/allow-methods.git"
},
"homepage": "https://github.com/rowanmanning/allow-methods",
"bugs": "https://github.com/rowanmanning/allow-methods/issues",
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"http-errors": "~1.3"
},
"devDependencies": {
"istanbul": "~0.3",
"jscs": "^2",
"jshint": "^2",
"mocha": "^2",
"mockery": "~1.4",
"proclaim": "^3",
"sinon": "^1"
},
"main": "./lib/allow-methods.js",
"scripts": {
"test": "make test"
}
"name": "allow-methods",
"version": "1.0.4",
"description": "Express/connect middleware to handle 405 errors",
"keywords": [
"405",
"connect",
"error",
"express",
"http",
"middleware"
],
"author": "Rowan Manning (http://rowanmanning.com/)",
"repository": {
"type": "git",
"url": "https://github.com/rowanmanning/allow-methods.git"
},
"homepage": "https://github.com/rowanmanning/allow-methods",
"bugs": "https://github.com/rowanmanning/allow-methods/issues",
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"http-errors": "~1.3"
},
"devDependencies": {
"istanbul": "~0.3",
"jscs": "^2",
"jshint": "^2",
"mocha": "^2",
"mockery": "~1.4",
"proclaim": "^3",
"sinon": "^1"
},
"main": "./lib/allow-methods.js",
"scripts": {
"test": "make test"
}
}

@@ -112,4 +112,4 @@

[shield-license]: https://img.shields.io/badge/license-MIT-blue.svg
[shield-node]: https://img.shields.io/badge/node.js%20support-0.10–6-brightgreen.svg
[shield-node]: https://img.shields.io/badge/node.js%20support-0.10–7-brightgreen.svg
[shield-npm]: https://img.shields.io/npm/v/allow-methods.svg
[shield-build]: https://img.shields.io/travis/rowanmanning/allow-methods/master.svg

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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