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.6.4 to 1.6.5

3

lib/instance.js

@@ -5,3 +5,2 @@ import { append as pointerAppend, get as pointerGet } from "@hyperjump/json-pointer";

import { jsonTypeOf } from "./common.js";
import * as Reference from "./reference.js";

@@ -31,3 +30,3 @@

export const uri = (doc) => `${doc.id || ""}#${encodeURI(doc.pointer)}`;
export const value = (doc) => Reference.isReference(doc.value) ? Reference.value(doc.value) : doc.value;
export const value = (doc) => doc.value;
export const has = (key, doc) => key in value(doc);

@@ -34,0 +33,0 @@ export const typeOf = curry((doc, type) => jsonTypeOf(value(doc), type));

{
"name": "@hyperjump/json-schema",
"version": "1.6.4",
"version": "1.6.5",
"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