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

@hyperjump/json-schema-core

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperjump/json-schema-core - npm Package Compare versions

Comparing version 0.23.3 to 0.23.4

7

lib/schema.d.ts

@@ -40,2 +40,3 @@ import type { JsonType } from "./common";

length: (doc: SchemaDocument) => number;
toSchema: (doc: SchemaDocument, options: ToSchemaOptions) => SchemaObject;
};

@@ -46,2 +47,8 @@

export type ToSchemaOptions = {
parentId?: string;
parentDialect?: string;
includeEmbedded?: boolean;
};
export type SchemaDocument<A extends SchemaFragment = SchemaFragment> = {

@@ -48,0 +55,0 @@ id: string;

2

package.json
{
"name": "@hyperjump/json-schema-core",
"version": "0.23.3",
"version": "0.23.4",
"description": "A framework for building JSON Schema tools",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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