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 1.0.0 to 1.0.1

5

History.md
1.0.1 / 2014-06-02
==================
* fix index.js to work with harmony transform
1.0.0 / 2014-05-08

@@ -3,0 +8,0 @@ ==================

60

index.js

@@ -5,2 +5,3 @@

if (http.METHODS) {
module.exports = http.METHODS.map(function(method){

@@ -10,31 +11,32 @@ return method.toLowerCase();

return;
} else {
module.exports = [
'get',
'post',
'put',
'head',
'delete',
'options',
'trace',
'copy',
'lock',
'mkcol',
'move',
'purge',
'propfind',
'proppatch',
'unlock',
'report',
'mkactivity',
'checkout',
'merge',
'm-search',
'notify',
'subscribe',
'unsubscribe',
'patch',
'search'
];
}
module.exports = [
'get',
'post',
'put',
'head',
'delete',
'options',
'trace',
'copy',
'lock',
'mkcol',
'move',
'purge',
'propfind',
'proppatch',
'unlock',
'report',
'mkactivity',
'checkout',
'merge',
'm-search',
'notify',
'subscribe',
'unsubscribe',
'patch',
'search'
];
{
"name": "methods",
"version": "1.0.0",
"version": "1.0.1",
"description": "HTTP methods that node supports",

@@ -5,0 +5,0 @@ "main": "index.js",

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