Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oas-resolver-browser

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oas-resolver-browser - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

2

index.js
'use strict';
const fs = require('fs');
const path = require('path-browserify');
const path = typeof process === 'object' ? require('path') : require('path-browserify');
const url = require('url');

@@ -6,0 +6,0 @@

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

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc