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.2.1 to 1.2.2

6

lib/invalid-schema-error.d.ts

@@ -1,8 +0,8 @@

import type { Result } from "./core.js";
import type { OutputUnit } from "./core.js";
export class InvalidSchemaError extends Error {
public output: Result;
public output: OutputUnit;
public constructor(output: Result);
public constructor(output: OutputUnit);
}
{
"name": "@hyperjump/json-schema",
"version": "1.2.1",
"version": "1.2.2",
"description": "A JSON Schema validator with support for custom keywords, vocabularies, and dialects",

@@ -72,3 +72,6 @@ "type": "module",

"uuid": "^9.0.0"
},
"engines": {
"node": "^18.0.0"
}
}
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