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

@hyperjump/json-schema-core

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperjump/json-schema-core - npm Package Compare versions

Comparing version 0.21.0 to 0.21.1

3

lib/fetch.js
const fs = require("fs");
const fetch = require("node-fetch");
const Url = require("url");

@@ -7,3 +8,3 @@

if (url.startsWith("file://")) {
const path = url.match(/file:\/\/(.+)/)[1];
const path = Url.fileURLToPath(url);
const stream = fs.createReadStream(path);

@@ -10,0 +11,0 @@ return new fetch.Response(stream);

{
"name": "@hyperjump/json-schema-core",
"version": "0.21.0",
"version": "0.21.1",
"description": "A framework for building JSON Schema tools",

@@ -5,0 +5,0 @@ "main": "lib/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