@types/jsonschema
Advanced tools
Comparing version 0.0.4 to 0.0.5
// Type definitions for jsonschema | ||
// Project: https://github.com/tdegrunt/jsonschema | ||
// Definitions by: Vlado Tešanovic <https://github.com/vladotesanovic> | ||
// Definitions by: Vlado Tešanovic <https://github.com/vladotesanovic>, kinesivan <https://github.com/kinesivan> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -14,2 +14,3 @@ declare module "jsonschema" { | ||
schema: {}; | ||
valid: boolean; | ||
throwError: any; | ||
@@ -16,0 +17,0 @@ disableFormat: boolean; |
{ | ||
"name": "@types/jsonschema", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "TypeScript definitions for jsonschema", | ||
"license": "MIT", | ||
"author": "Vlado Tešanovic <https://github.com/vladotesanovic>", | ||
"author": "Vlado Tešanovic <https://github.com/vladotesanovic>, kinesivan <https://github.com/kinesivan>", | ||
"main": "", | ||
@@ -15,4 +15,3 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "ca3b5a05811609f7fad3fbbeb222d3f3f039ef036d36737bdb30e5eb224d7841" | ||
"typesPublisherContentHash": "7cbc7c37a168725d7231fff4bb991b91c43b91b32d7226b4563f775364a967ee" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 05 Oct 2016 20:53:34 GMT | ||
* Last updated: Tue, 29 Nov 2016 23:25:46 GMT | ||
* File structure: DeclareModule | ||
@@ -19,2 +19,2 @@ * Library Dependencies: none | ||
# Credits | ||
These definitions were written by Vlado Tešanovic <https://github.com/vladotesanovic>. | ||
These definitions were written by Vlado Tešanovic <https://github.com/vladotesanovic>, kinesivan <https://github.com/kinesivan>. |
{ | ||
"authors": "Vlado Tešanovic <https://github.com/vladotesanovic>", | ||
"definitionFilename": "index.d.ts", | ||
"authors": "Vlado Tešanovic <https://github.com/vladotesanovic>, kinesivan <https://github.com/kinesivan>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "0", | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"libraryName": "jsonschema", | ||
@@ -22,3 +21,3 @@ "typingsPackageName": "jsonschema", | ||
"hasPackageJson": false, | ||
"contentHash": "ca3b5a05811609f7fad3fbbeb222d3f3f039ef036d36737bdb30e5eb224d7841" | ||
"contentHash": "7cbc7c37a168725d7231fff4bb991b91c43b91b32d7226b4563f775364a967ee" | ||
} |
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
4737