Socket
Socket
Sign inDemoInstall

methods

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

methods - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.npmignore

7

History.md
0.1.0 / 2013-10-28
1.0.0 / 2014-05-08
==================
* add PURGE. Closes #9
0.1.0 / 2013-10-28
==================
* add http.METHODS support

@@ -24,2 +24,3 @@

'move',
'purge',
'propfind',

@@ -26,0 +27,0 @@ 'proppatch',

12

package.json
{
"name": "methods",
"version": "0.1.0",
"version": "1.0.0",
"description": "HTTP methods that node supports",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/mocha/bin/mocha"
},

@@ -17,3 +17,9 @@ "keywords": [

"license": "MIT",
"repository": { "type": "git", "url": "git://github.com/visionmedia/node-methods.git" }
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/node-methods.git"
},
"devDependencies": {
"mocha": "1.17.x"
}
}
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