Socket
Socket
Sign inDemoInstall

swagger-methods

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-methods - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

lib/index.js

@@ -1,1 +0,5 @@

module.exports = ['get', 'put', 'post', 'delete', 'options', 'head', 'patch'];
'use strict';
module.exports = [
'get', 'put', 'post', 'delete', 'options', 'head', 'patch'
];

5

package.json
{
"name": "swagger-methods",
"version": "1.0.2",
"version": "1.0.3",
"description": "HTTP methods that are supported by Swagger 2.0",

@@ -17,2 +17,5 @@ "keywords": [

"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {

@@ -19,0 +22,0 @@ "lint": "eslint lib test --fix",

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