🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@types/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/json-schema - npm Package Compare versions

Comparing version

to
6.0.1

11

json-schema/index.d.ts
// Type definitions for json-schema 4.0 and 6.0
// Project: https://www.npmjs.com/package/json-schema
// Definitions by: Boris Cherny <https://github.com/bcherny>, Cyrille Tuzi <https://github.com/cyrilletuzi>
// Definitions by: Boris Cherny <https://github.com/bcherny>
// Cyrille Tuzi <https://github.com/cyrilletuzi>
// Lucian Buzzo <https://github.com/lucianbuzzo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -200,2 +202,4 @@ // TypeScript Version: 2.2

[k: string]: any
format?: string
}

@@ -474,2 +478,7 @@

examples?: JSONSchema6Type[]
/**
* @see https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-8
*/
format?: string
}

9

json-schema/package.json
{
"name": "@types/json-schema",
"version": "6.0.0",
"version": "6.0.1",
"description": "TypeScript definitions for json-schema 4.0 and",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "cyrilletuzi"
},
{
"name": "Lucian Buzzo",
"url": "https://github.com/lucianbuzzo",
"githubUsername": "lucianbuzzo"
}

@@ -26,4 +31,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "4ec73e3090a6ba402893bbfcf3069afcce94d178fa4e318a56cb6f25b79e7634",
"typesPublisherContentHash": "5c07b3f559a36032852670dda7149875d6a81180ce537279d154d550556fb348",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Sun, 03 Dec 2017 16:26:41 GMT
* Last updated: Thu, 15 Mar 2018 23:17:55 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Boris Cherny <https://github.com/bcherny>, Cyrille Tuzi <https://github.com/cyrilletuzi>.
These definitions were written by Boris Cherny <https://github.com/bcherny>, Cyrille Tuzi <https://github.com/cyrilletuzi>, Lucian Buzzo <https://github.com/lucianbuzzo>.