oas-validator
Advanced tools
Comparing version 3.3.1 to 3.3.2
@@ -468,8 +468,7 @@ // @ts-check | ||
//should(common.distinctArray(servers)).be.exactly(true,'servers array must be distinct'); // TODO move to linter | ||
for (let s in servers) { | ||
servers.forEach(function(server, s) { | ||
contextAppend(options, s); | ||
let server = servers[s]; | ||
checkServer(server, options); | ||
options.context.pop(); | ||
} | ||
}); | ||
} | ||
@@ -476,0 +475,0 @@ |
{ | ||
"name": "oas-validator", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "Parser/validator for OpenAPI 3.x definitions", | ||
@@ -23,8 +23,8 @@ "main": "index.js", | ||
"oas-kit-common": "^1.0.7", | ||
"oas-linter": "^3.0.1", | ||
"oas-resolver": "^2.2.5", | ||
"oas-linter": "^3.0.2", | ||
"oas-resolver": "^2.2.6", | ||
"oas-schema-walker": "^1.1.2", | ||
"reftools": "^1.0.8", | ||
"reftools": "^1.0.9", | ||
"should": "^13.2.1", | ||
"yaml": "^1.3.1" | ||
"yaml": "^1.7.2" | ||
}, | ||
@@ -38,3 +38,3 @@ "repository": { | ||
}, | ||
"gitHead": "bb9737783f5c8e192bdf2cc33edcaec1f7fa5720" | ||
"gitHead": "8e09faaeafb048cce2fe99b9d31e02abbe5c37f3" | ||
} |
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
107120
3237
Updatedoas-linter@^3.0.2
Updatedoas-resolver@^2.2.6
Updatedreftools@^1.0.9
Updatedyaml@^1.7.2