swagger-jsdoc
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -1,1 +0,1 @@ | ||
module.exports = require('./lib'); | ||
module.exports = require('./src/lib'); |
{ | ||
"name": "swagger-jsdoc", | ||
"description": "Generates swagger doc based on JSDoc", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
@@ -19,3 +19,3 @@ "scripts": { | ||
"dependencies": { | ||
"commander": "6.1.0", | ||
"commander": "6.2.0", | ||
"doctrine": "3.0.0", | ||
@@ -28,16 +28,16 @@ "glob": "7.1.6", | ||
"body-parser": "1.19.0", | ||
"eslint": "7.9.0", | ||
"eslint": "7.12.1", | ||
"eslint-config-airbnb-base": "14.2.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-config-prettier": "6.15.0", | ||
"eslint-loader": "4.0.2", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-jest": "^24.0.2", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"express": "4.17.1", | ||
"husky": "4.3.0", | ||
"jest": "^26.4.2", | ||
"lint-staged": "10.4.0", | ||
"jest": "^26.6.1", | ||
"lint-staged": "10.5.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.1.2", | ||
"supertest": "4.0.2" | ||
"supertest": "5.0.0" | ||
}, | ||
@@ -51,7 +51,5 @@ "license": "MIT", | ||
"keywords": [ | ||
"jsdoc", | ||
"restful", | ||
"api", | ||
"express", | ||
"swagger" | ||
"swagger", | ||
"openapi", | ||
"jsdoc" | ||
], | ||
@@ -63,3 +61,2 @@ "author": "https://github.com/Surnet/swagger-jsdoc/graphs/contributors", | ||
"resolutions": { | ||
"lodash": "^4.17.19", | ||
"minimist": "^1.2.3" | ||
@@ -66,0 +63,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27185
13
507
1
+ Addedcommander@6.2.0(transitive)
- Removedcommander@6.1.0(transitive)
Updatedcommander@6.2.0