New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

swagger-routes-express

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-routes-express - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

32

package.json
{
"name": "swagger-routes-express",
"version": "3.0.2",
"description": "Connect your Express route controllers to restful paths using your Swagger 2 or OpenAPI 3 definition file",
"version": "3.0.3",
"description": "Connect Express route controllers to restful paths using a Swagger 2 or OpenAPI 3 definition file",
"main": "src/index.js",

@@ -41,17 +41,17 @@ "engines": {

"dependencies": {
"semver": "^6.2.0"
"semver": "^6.3.0"
},
"devDependencies": {
"@stryker-mutator/core": "^2.0.1",
"@stryker-mutator/javascript-mutator": "^2.0.1",
"@stryker-mutator/mocha-framework": "^2.0.1",
"@stryker-mutator/mocha-runner": "^2.0.1",
"ajv": "^6.10.0",
"@stryker-mutator/core": "^2.0.2",
"@stryker-mutator/javascript-mutator": "^2.0.2",
"@stryker-mutator/mocha-framework": "^2.0.2",
"@stryker-mutator/mocha-runner": "^2.0.2",
"ajv": "^6.10.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.0.1",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.0.0",
"eslint-plugin-node": "^9.1.0",

@@ -62,9 +62,9 @@ "eslint-plugin-prettier": "^3.1.0",

"faker": "^4.1.0",
"husky": "^3.0.0",
"lint-staged": "^9.0.2",
"mocha": "^6.1.4",
"husky": "^3.0.2",
"lint-staged": "^9.2.1",
"mocha": "^6.2.0",
"mock-req-res": "^1.1.1",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"proxyquire": "^2.1.0",
"proxyquire": "^2.1.1",
"sinon": "^7.3.2",

@@ -71,0 +71,0 @@ "sinon-chai": "^3.3.0"

@@ -448,3 +448,3 @@ # swagger-routes-express

- [NodeJS](https://nodejs.org) — Ideally version `10.60.0 (LTS)` or better.
- [NodeJS](https://nodejs.org) — Ideally version `10.16.1 (LTS)` or better.

@@ -451,0 +451,0 @@ ### Test it

Sorry, the diff of this file is too big to display

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