Socket
Socket
Sign inDemoInstall

method-override

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

method-override - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

7

HISTORY.md

@@ -0,1 +1,8 @@

2.3.2 / 2015-03-14
==================
* deps: debug@~2.1.3
- Fix high intensity foreground color for bold
- deps: ms@0.7.0
2.3.1 / 2014-12-30

@@ -2,0 +9,0 @@ ==================

8

package.json
{
"name": "method-override",
"description": "Override HTTP verbs",
"version": "2.3.1",
"version": "2.3.2",
"contributors": [

@@ -12,3 +12,3 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"dependencies": {
"debug": "~2.1.1",
"debug": "~2.1.3",
"methods": "~1.1.1",

@@ -19,4 +19,4 @@ "parseurl": "~1.3.0",

"devDependencies": {
"istanbul": "0.3.5",
"mocha": "~2.1.0",
"istanbul": "0.3.7",
"mocha": "~2.2.1",
"supertest": "~0.15.0"

@@ -23,0 +23,0 @@ },

@@ -38,3 +38,3 @@ # method-override

This is the method of getting the override value from the request. If a function is provided,
the `req` is passed as the first argument, the `res as the second argument and the method is
the `req` is passed as the first argument, the `res` as the second argument and the method is
expected to be returned. If a string is provided, the string is used to look up the method

@@ -41,0 +41,0 @@ with the following rules:

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