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.1 to 1.0.2

test/index.spec.js

17

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

@@ -18,4 +18,5 @@ "keywords": [

"scripts": {
"test": "mocha --bail --check-leaks --recursive tests",
"upgrade": "ncu --upgradeAll && npm update",
"lint": "eslint lib test --fix",
"test": "mocha && npm run lint",
"upgrade": "npm-check -u",
"bump": "bump --prompt --tag --push --all",

@@ -30,11 +31,11 @@ "release": "npm run upgrade && npm test && npm run bump && npm publish"

"chai": "^4.1.2",
"eslint": "^4.10.0",
"eslint-config-modular": "^4.1.0",
"methods": "^1.1.2",
"mocha": "^4.0.1",
"npm-check-updates": "^2.13.0",
"swagger-schema-official": "^2.0.0-bab6bed",
"npm-check": "^5.5.1",
"swagger-schema-official": "2.0.0-bab6bed",
"version-bump-prompt": "^3.1.2"
},
"dependencies": {
"swagger-schema-official": "^2.0.0-d79c205"
}
"dependencies": {}
}
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