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

@hyperjump/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperjump/json-schema - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

8

lib/schema.js

@@ -17,3 +17,3 @@ import contentTypeParser from "content-type";

},
fileMatcher: (path) => path.endsWith(".schema.json")
fileMatcher: (path) => /(\.|\/)schema\.json$/.test(path)
};

@@ -25,9 +25,7 @@

if (!browser) {
const cache = {};
browser = { _cache: {} };
for (const uri in schemaRegistry) {
cache[uri] = schemaRegistry[uri];
browser._cache[uri] = schemaRegistry[uri];
}
browser = { _cache: cache };
}

@@ -34,0 +32,0 @@

{
"name": "@hyperjump/json-schema",
"version": "1.7.1",
"version": "1.7.2",
"description": "A JSON Schema validator with support for custom keywords, vocabularies, and dialects",

@@ -5,0 +5,0 @@ "type": "module",

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