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

@apidevtools/json-schema-ref-parser

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 11.2.1 to 11.2.2

9

dist/lib/resolvers/http.js

@@ -127,11 +127,2 @@ "use strict";

}
if (!global.fetch) {
const { default: fetch, Request, Headers } = await Promise.resolve().then(() => __importStar(require("node-fetch")));
// @ts-ignore
global.fetch = fetch;
// @ts-ignore
global.Request = Request;
// @ts-ignore
global.Headers = Headers;
}
const response = await fetch(u, {

@@ -138,0 +129,0 @@ method: "GET",

@@ -116,11 +116,2 @@ import { ono } from "@jsdevtools/ono";

if (!global.fetch) {
const { default: fetch, Request, Headers } = await import("node-fetch");
// @ts-ignore
global.fetch = fetch;
// @ts-ignore
global.Request = Request;
// @ts-ignore
global.Headers = Headers;
}
const response = await fetch(u, {

@@ -127,0 +118,0 @@ method: "GET",

3

package.json
{
"name": "@apidevtools/json-schema-ref-parser",
"version": "11.2.1",
"version": "11.2.2",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",

@@ -85,3 +85,2 @@ "keywords": [

"jsdom": "^24.0.0",
"node-fetch": "^3.3.2",
"prettier": "^3.2.5",

@@ -88,0 +87,0 @@ "rimraf": "^5.0.5",

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