swagger-parser
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -79,3 +79,3 @@ 'use strict'; | ||
else { | ||
var supportedVersions = ['3.0.0', '3.0.1']; | ||
var supportedVersions = ['3.0.0', '3.0.1', '3.0.2']; | ||
@@ -82,0 +82,0 @@ // Verify that the parsed object is a Openapi API |
{ | ||
"name": "swagger-parser", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"scripts": { | ||
"lint": "eslint lib test online/src/js --fix", | ||
"lint": "eslint lib test online/src/js", | ||
"build": "npm run build:browser && npm run build:website && npm run build:sass", | ||
@@ -63,3 +63,3 @@ "build:browser": "simplifyify lib/index.js --outfile dist/swagger-parser.js --standalone SwaggerParser --bundle --debug --minify", | ||
"eslint": "^5.6.1", | ||
"eslint-config-modular": "^4.2.2", | ||
"eslint-config-modular": "^5.0.0", | ||
"http-server": "^0.11.1", | ||
@@ -80,6 +80,6 @@ "karma": "^3.0.0", | ||
"mocha": "^5.0.4", | ||
"node-sass": "^4.9.3", | ||
"node-sass": "^4.9.4", | ||
"npm-check": "^5.9.0", | ||
"nyc": "^13.0.1", | ||
"simplifyify": "^6.0.1", | ||
"simplifyify": "^7.0.0", | ||
"superagent": "^3.8.2", | ||
@@ -90,3 +90,3 @@ "version-bump-prompt": "^4.2.1" | ||
"call-me-maybe": "^1.0.1", | ||
"json-schema-ref-parser": "^6.0.1", | ||
"json-schema-ref-parser": "^6.0.2", | ||
"ono": "^4.0.10", | ||
@@ -93,0 +93,0 @@ "openapi-schema-validation": "^0.4.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3869747