Socket
Socket
Sign inDemoInstall

oas-resolver

Package Overview
Dependencies
57
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.2 to 2.2.3

2

index.js

@@ -453,3 +453,3 @@ 'use strict';

let srcUrl = url.parse(options.source);
if (!srcUrl.protocol) {
if (!srcUrl.protocol || srcUrl.protocol.length <= 2) { // windows drive-letters
options.source = path.resolve(options.source);

@@ -456,0 +456,0 @@ }

{
"name": "oas-resolver",
"version": "2.2.2",
"version": "2.2.3",
"description": "Resolve external $refs in OpenAPI (swagger) 2.0 / 3.x definitions",

@@ -35,3 +35,3 @@ "main": "index.js",

},
"gitHead": "fe58671de09ce25b7a7756d621746dfe57d0d9a0"
"gitHead": "13140367030b374cb73a7e6d8d2bce2bf46b5079"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc