swagger-converter
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -826,3 +826,4 @@ /* | ||
return extend(this.buildDataType(oldModel, true), { | ||
var customProperties = getCustomProperties(oldModel); | ||
return extend(this.buildDataType(oldModel, true), customProperties, { | ||
description: oldModel.description, | ||
@@ -829,0 +830,0 @@ required: undefinedIfEmpty(required), |
{ | ||
"name": "swagger-converter", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Converts Swagger documents from version 1.x to version 2.0", | ||
@@ -36,5 +36,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "4.1.2", | ||
"eslint": "7.14.0", | ||
"mocha": "8.2.1", | ||
"chai": "4.3.0", | ||
"eslint": "7.20.0", | ||
"mocha": "8.3.0", | ||
"nyc": "15.1.0", | ||
@@ -45,4 +45,4 @@ "prettier": "2.2.1", | ||
"dependencies": { | ||
"urijs": "^1.16.1" | ||
"urijs": "^1.19.6" | ||
} | ||
} |
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
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
38145
976
0
Updatedurijs@^1.19.6