oas-validator
Advanced tools
Comparing version 4.0.8 to 5.0.0
{ | ||
"name": "oas-validator", | ||
"version": "4.0.8", | ||
"version": "5.0.0", | ||
"description": "Parser/validator for OpenAPI 3.x definitions", | ||
@@ -20,12 +20,10 @@ "main": "index.js", | ||
"dependencies": { | ||
"ajv": "^5.5.2", | ||
"better-ajv-errors": "^0.6.7", | ||
"call-me-maybe": "^1.0.1", | ||
"oas-kit-common": "^1.0.8", | ||
"oas-linter": "^3.1.3", | ||
"oas-resolver": "^2.4.3", | ||
"oas-linter": "^3.2.0", | ||
"oas-resolver": "^2.4.4", | ||
"oas-schema-walker": "^1.1.5", | ||
"reftools": "^1.1.5", | ||
"reftools": "^1.1.6", | ||
"should": "^13.2.1", | ||
"yaml": "^1.8.3" | ||
"yaml": "^1.10.0" | ||
}, | ||
@@ -39,3 +37,3 @@ "repository": { | ||
}, | ||
"gitHead": "63c5ebae86e751955e35b56262353a0429900d8a" | ||
"gitHead": "d4c6b903ab3ef4a94ac3fd8a2b92eaf76b9b7fb6" | ||
} |
Sorry, the diff of this file is too big to display
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
8
65223
4
1338
- Removedajv@^5.5.2
- Removedbetter-ajv-errors@^0.6.7
- Removed@babel/code-frame@7.26.2(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/runtime@7.26.0(transitive)
- Removedajv@5.5.2(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedbetter-ajv-errors@0.6.7(transitive)
- Removedchalk@2.4.2(transitive)
- Removedco@4.6.0(transitive)
- Removedcode-error-fragment@0.0.230(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedcore-js@3.39.0(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedfast-deep-equal@1.1.0(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedgrapheme-splitter@1.0.4(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedjson-schema-traverse@0.3.1(transitive)
- Removedjson-to-ast@2.1.0(transitive)
- Removedjsonpointer@4.1.0(transitive)
- Removedleven@3.1.0(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedoas-linter@^3.2.0
Updatedoas-resolver@^2.4.4
Updatedreftools@^1.1.6
Updatedyaml@^1.10.0