Socket
Socket
Sign inDemoInstall

@cfworker/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfworker/json-schema - npm Package Compare versions

Comparing version 1.12.6 to 1.12.7

2

dist/types.d.ts

@@ -40,3 +40,3 @@ export declare type SchemaDraft = '4' | '7' | '2019-09' | '2020-12';

dependencies?: Record<string, Schema | string[]>;
prefixItems?: Array<Schema | boolean>[];
prefixItems?: Array<Schema | boolean>;
items?: Schema | boolean | Array<Schema | boolean>;

@@ -43,0 +43,0 @@ additionalItems?: Schema | boolean;

{
"name": "@cfworker/json-schema",
"type": "module",
"version": "1.12.6",
"version": "1.12.7",
"description": "A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.",

@@ -6,0 +6,0 @@ "keywords": [

@@ -54,3 +54,3 @@ export type SchemaDraft = '4' | '7' | '2019-09' | '2020-12';

prefixItems?: Array<Schema | boolean>[];
prefixItems?: Array<Schema | boolean>;
items?: Schema | boolean | Array<Schema | boolean>;

@@ -57,0 +57,0 @@ additionalItems?: Schema | boolean;

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