Socket
Socket
Sign inDemoInstall

@types/json-schema

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.12 to 7.0.13

62

json-schema/index.d.ts

@@ -10,5 +10,5 @@ // Type definitions for json-schema 4.0, 6.0 and 7.0

//==================================================================================================
// ==================================================================================================
// JSON Schema Draft 04
//==================================================================================================
// ==================================================================================================

@@ -19,10 +19,10 @@ /**

export type JSONSchema4TypeName =
| 'string' //
| 'number'
| 'integer'
| 'boolean'
| 'object'
| 'array'
| 'null'
| 'any';
| "string" //
| "number"
| "integer"
| "boolean"
| "object"
| "array"
| "null"
| "any";

@@ -245,15 +245,15 @@ /**

//==================================================================================================
// ==================================================================================================
// JSON Schema Draft 06
//==================================================================================================
// ==================================================================================================
export type JSONSchema6TypeName =
| 'string' //
| 'number'
| 'integer'
| 'boolean'
| 'object'
| 'array'
| 'null'
| 'any';
| "string" //
| "number"
| "integer"
| "boolean"
| "object"
| "array"
| "null"
| "any";

@@ -562,7 +562,7 @@ export type JSONSchema6Type =

//==================================================================================================
// ==================================================================================================
// JSON Schema Draft 07
//==================================================================================================
// ==================================================================================================
// https://tools.ietf.org/html/draft-handrews-json-schema-validation-01
//--------------------------------------------------------------------------------------------------
// --------------------------------------------------------------------------------------------------

@@ -574,9 +574,9 @@ /**

export type JSONSchema7TypeName =
| 'string' //
| 'number'
| 'integer'
| 'boolean'
| 'object'
| 'array'
| 'null';
| "string" //
| "number"
| "integer"
| "boolean"
| "object"
| "array"
| "null";

@@ -633,3 +633,3 @@ /**

$defs?: {
[key: string]: JSONSchema7Definition;
[key: string]: JSONSchema7Definition;
} | undefined;

@@ -636,0 +636,0 @@

{
"name": "@types/json-schema",
"version": "7.0.12",
"version": "7.0.13",
"description": "TypeScript definitions for json-schema 4.0, 6.0 and",

@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema",

"dependencies": {},
"typesPublisherContentHash": "839fb01aad39138bdff54a832897abf7c18b3e294fd2aacb7e43442825a7f1d3",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "85f3277dfcda7a00b7ff8c2ad838d5d9dc8ecaccbaee5f6d53252195d6818981",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 25 May 2023 20:34:16 GMT
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc