@types/jest-json-schema
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -5,3 +5,3 @@ // Type definitions for jest-json-schema 1.2 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
// TypeScript Version: 3.0 | ||
@@ -8,0 +8,0 @@ /// <reference types="jest" /> |
{ | ||
"name": "@types/jest-json-schema", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TypeScript definitions for jest-json-schema", | ||
@@ -14,13 +14,14 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"ajv": "^4.11.5", | ||
"@types/jest": "*" | ||
"@types/jest": "*", | ||
"ajv": "^4.11.5" | ||
}, | ||
"typesPublisherContentHash": "9a4afc204ccd19783774ffd863f5d8c37369849e282d255c379eb32a4d5c9f64", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "0a429bd1b383d0854dac9135a6efbca2980be38b62a4f578cebae1bd432ca62f", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -5,10 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for jest-json-schema (https://github.com/americanexpress/jest-json-schema#readme). | ||
This package contains type definitions for jest-json-schema ( https://github.com/americanexpress/jest-json-schema#readme ). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-json-schema | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-json-schema | ||
Additional Details | ||
* Last updated: Thu, 26 Oct 2017 18:52:36 GMT | ||
* Dependencies: ajv, jest | ||
* Last updated: Tue, 05 Feb 2019 01:10:04 GMT | ||
* Dependencies: @types/ajv, @types/jest | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3079