New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.28.0 to 0.28.1

1

lib/index.d.ts

@@ -14,2 +14,3 @@ import type { Core as CoreType } from "./core";

export * from "./common";
export * from "./core";

@@ -16,0 +17,0 @@ export * from "./schema";

2

lib/instance.d.ts

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

cons: (instance: Json, id?: string) => JsonDocument;
get: (uri: string, context?: Instance) => Instance;
get: (uri: string, context?: JsonDocument) => JsonDocument;
uri: (doc: JsonDocument) => string;

@@ -11,0 +11,0 @@ value: <A extends Json>(doc: JsonDocument<A>) => A;

{
"name": "@hyperjump/json-schema-core",
"version": "0.28.0",
"version": "0.28.1",
"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