Socket
Socket
Sign inDemoInstall

oas-resolver

Package Overview
Dependencies
65
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

11

index.js

@@ -158,2 +158,3 @@ 'use strict';

if (options.verbose) console.warn(ex);
throw(ex);
});

@@ -189,3 +190,4 @@ }

options.cache[target] = {};
if (options.promise && options.fatal) options.promise.reject(err);
if (options.promise && options.fatal) options.promise.reject(err)
else throw(err);
});

@@ -218,4 +220,4 @@ }

if (options.verbose) console.warn(err);
options.cache[target] = {};
if (options.promise && options.fatal) options.promise.reject(err);
if (options.promise && options.fatal) options.promise.reject(err)
else throw(err);
});

@@ -329,2 +331,3 @@ }

if (options.verbose) console.warn(ex);
rej(ex);
});

@@ -366,2 +369,3 @@

if (options.verbose) console.warn(ex);
rej(ex);
});

@@ -371,2 +375,3 @@ })

if (options.verbose) console.warn(ex);
rej(ex);
});

@@ -373,0 +378,0 @@ }

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

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

},
"gitHead": "35db8259dbe6591e05c9645bb183e1f1f39a85ff"
"gitHead": "2393ae4c37dc5bc53d42fc4b1be27ffe7e69a986"
}
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