@types/jsonschema
Advanced tools
Comparing version 0.0.5 to 1.1.1
{ | ||
"name": "@types/jsonschema", | ||
"version": "0.0.5", | ||
"description": "TypeScript definitions for jsonschema", | ||
"license": "MIT", | ||
"author": "Vlado Tešanovic <https://github.com/vladotesanovic>, kinesivan <https://github.com/kinesivan>", | ||
"version": "1.1.1", | ||
"typings": null, | ||
"description": "Stub TypeScript definitions entry for jsonschema, which provides its own types definitions", | ||
"main": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "7cbc7c37a168725d7231fff4bb991b91c43b91b32d7226b4563f775364a967ee" | ||
"author": "", | ||
"repository": "https://github.com/tdegrunt/jsonschema", | ||
"license": "MIT", | ||
"dependencies": { | ||
"jsonschema": "*" | ||
} | ||
} |
@@ -1,18 +0,2 @@ | ||
# Installation | ||
> `npm install --save @types/jsonschema` | ||
# Summary | ||
This package contains type definitions for jsonschema (https://github.com/tdegrunt/jsonschema). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/jsonschema | ||
Additional Details | ||
* Last updated: Tue, 29 Nov 2016 23:25:46 GMT | ||
* File structure: DeclareModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Vlado Tešanovic <https://github.com/vladotesanovic>, kinesivan <https://github.com/kinesivan>. | ||
This is a stub types definition for jsonschema (https://github.com/tdegrunt/jsonschema). | ||
jsonschema provides its own type definitions, so you don't need @types/jsonschema installed! |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
564
1
2
0
3
1
1
2
1
1
+ Addedjsonschema@*
+ Addedjsonschema@1.5.0(transitive)