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

@stoplight/json-schema-ref-parser

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/json-schema-ref-parser - npm Package Compare versions

Comparing version 9.2.3 to 9.2.4

4

lib/resolvers/http.js

@@ -104,3 +104,3 @@ "use strict";

// Convert to headers
const headers = new Headers(httpOptions.headers);
const headers = new Headers(httpOptions.headers || {});
if (u.auth && !headers.has("Authorization")) {

@@ -117,3 +117,3 @@ headers.set("Authorization", "Basic " + btoa(u.auth));

method: "GET",
headers: Object.fromEntries(headers.entries()),
headers,
credentials: httpOptions.withCredentials ? "include" : "omit",

@@ -120,0 +120,0 @@ signal: controller.signal,

{
"name": "@stoplight/json-schema-ref-parser",
"version": "9.2.3",
"version": "9.2.4",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",

@@ -5,0 +5,0 @@ "keywords": [

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