@types/react-cropper
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -5,2 +5,3 @@ // Type definitions for react-cropper | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
@@ -7,0 +8,0 @@ /// <reference types="react"/> |
{ | ||
"name": "@types/react-cropper", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "TypeScript definitions for react-cropper", | ||
@@ -17,4 +17,5 @@ "license": "MIT", | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "38364d6232a52c2c6e3c013470e89cfa05a4c967c56b67aef04844967c80474b" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "c15024cd11520f0be246b76569bc47a1ff7c62370fd97b395c27aed19ab7cc4d", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/react-cropper | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-cropper | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: cropperjs, react | ||
* Module Dependencies: cropperjs, react | ||
* Global values: ReactCropper | ||
* Last updated: Mon, 23 Jan 2017 21:31:29 GMT | ||
* Dependencies: cropperjs, react | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Stepan Mikhaylyuk <https://github.com/stepancar>. |
{ | ||
"authors": "Stepan Mikhaylyuk <https://github.com/stepancar>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"cropperjs", | ||
"react" | ||
], | ||
"moduleDependencies": [ | ||
"cropperjs", | ||
"react" | ||
], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "0", | ||
"name": "react-cropper", | ||
"libraryName": "react-cropper", | ||
"typingsPackageName": "react-cropper", | ||
"projectName": "https://github.com/roadmanfong/react-cropper", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"ReactCropper" | ||
], | ||
"declaredModules": [ | ||
"react-cropper" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "38364d6232a52c2c6e3c013470e89cfa05a4c967c56b67aef04844967c80474b" | ||
"data": { | ||
"authors": "Stepan Mikhaylyuk <https://github.com/stepancar>", | ||
"dependencies": { | ||
"cropperjs": "*", | ||
"react": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.1", | ||
"libraryName": "react-cropper", | ||
"typingsPackageName": "react-cropper", | ||
"projectName": "https://github.com/roadmanfong/react-cropper", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"react-cropper/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "c15024cd11520f0be246b76569bc47a1ff7c62370fd97b395c27aed19ab7cc4d" | ||
}, | ||
"isLatest": true | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6343
0
17