Socket
Socket
Sign inDemoInstall

swagger2openapi

Package Overview
Dependencies
11
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.1 to 5.3.2

2

oas-validate.js

@@ -227,3 +227,3 @@ #!/usr/bin/env node

try {
src = yaml.parse(srcStr, { schema: 'core' });
src = yaml.parse(srcStr, { schema: 'core', prettyErrors: true });
}

@@ -230,0 +230,0 @@ catch (ex) {

{
"name": "swagger2openapi",
"version": "5.3.1",
"version": "5.3.2",
"description": "Convert Swagger 2.0 definitions to OpenApi 3.0 and validate",

@@ -41,7 +41,7 @@ "main": "index.js",

"oas-kit-common": "^1.0.7",
"oas-resolver": "^2.2.5",
"oas-resolver": "^2.2.6",
"oas-schema-walker": "^1.1.2",
"oas-validator": "^3.3.1",
"reftools": "^1.0.8",
"yaml": "^1.3.1",
"oas-validator": "^3.3.2",
"reftools": "^1.0.9",
"yaml": "^1.7.2",
"yargs": "^12.0.5"

@@ -62,3 +62,3 @@ },

],
"gitHead": "bb9737783f5c8e192bdf2cc33edcaec1f7fa5720"
"gitHead": "8e09faaeafb048cce2fe99b9d31e02abbe5c37f3"
}

@@ -140,3 +140,3 @@ # swagger2openapi

The test harness currently expects files with a `.json` or `.yaml` extension, or a single named file, and has been tested on Node.js versions 8.x and 10.x LTS (it is not recommended to run the test suite under Node.js versions >=7.0.0 and \<8.7.0 because of [this bug](https://github.com/nodejs/node/issues/13048)) against
The test harness currently expects files with a `.json` or `.yaml` extension, or a single named file, and has been tested on LTS Node.js versions against

@@ -143,0 +143,0 @@ * [APIs.guru](https://github.com/APIs-guru/openapi-directory)

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc