New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hyperjump/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
99
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.4.2 to 1.4.3

4

lib/schema.js

@@ -80,2 +80,6 @@ import curry from "just-curry-it";

const embeddedDialectId = typeof subject.$schema === "string" ? toAbsoluteIri(subject.$schema) : dialectId;
if (!hasDialect(embeddedDialectId)) {
throw Error(`Encountered unknown dialect '${embeddedDialectId}'`);
}
const idToken = getKeywordName(embeddedDialectId, "https://json-schema.org/keyword/id");

@@ -82,0 +86,0 @@ if (typeof subject[idToken] === "string") {

2

package.json
{
"name": "@hyperjump/json-schema",
"version": "1.4.2",
"version": "1.4.3",
"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