swagger-parser
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -258,2 +258,18 @@ import { OpenAPI } from "openapi-types"; | ||
} | ||
/** | ||
* The `validate` options control how Swagger Parser will validate the API. | ||
*/ | ||
validate?: { | ||
/** | ||
* If set to `false`, then validating against the Swagger 2.0 Schema or OpenAPI 3.0 Schema is disabled. | ||
*/ | ||
schema?: boolean, | ||
/** | ||
* If set to `false`, then validating against the Swagger 2.0 Specification is disabled. | ||
*/ | ||
spec?: boolean, | ||
} | ||
} | ||
@@ -260,0 +276,0 @@ |
{ | ||
"name": "swagger-parser", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers", | ||
@@ -69,12 +69,12 @@ "keywords": [ | ||
"nyc": "^14.1.1", | ||
"openapi-types": "^1.3.5", | ||
"simplifyify": "^7.0.2", | ||
"typescript": "^3.5.1", | ||
"version-bump-prompt": "^5.0.2" | ||
"typescript": "^3.5.2", | ||
"version-bump-prompt": "^5.0.3" | ||
}, | ||
"dependencies": { | ||
"call-me-maybe": "^1.0.1", | ||
"json-schema-ref-parser": "^7.0.1", | ||
"json-schema-ref-parser": "^7.1.0", | ||
"ono": "^5.0.1", | ||
"openapi-schema-validation": "^0.4.2", | ||
"openapi-types": "^1.3.5", | ||
"swagger-methods": "^2.0.0", | ||
@@ -81,0 +81,0 @@ "swagger-schema-official": "2.0.0-bab6bed", |
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
70827
18
969
0
8
+ Addedopenapi-types@^1.3.5
+ Addedopenapi-types@1.3.5(transitive)