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.9.0 to 1.9.1

6

lib/output.js

@@ -1,2 +0,2 @@

import { allNodes } from "./instance.js";
import * as Instance from "./instance.js";

@@ -26,3 +26,3 @@

for (const child of allNodes(instance)) {
for (const child of Instance.allNodes(instance)) {
for (const [absoluteKeywordLocation, keyword] of Object.entries(child.errors).reverse()) {

@@ -33,3 +33,3 @@ if (!child.valid) {

absoluteKeywordLocation,
instanceLocation: child.uri(),
instanceLocation: Instance.uri(child),
valid: child.valid

@@ -36,0 +36,0 @@ });

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