@types/cropperjs
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -18,2 +18,6 @@ // Type definitions for cropperjs | ||
/** | ||
* Function called when crop box is ready | ||
*/ | ||
ready?: (event: CropperCustomEvent) => void; | ||
/** | ||
* Function called when crop box is moved or resized | ||
@@ -20,0 +24,0 @@ */ |
{ | ||
"name": "@types/cropperjs", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "TypeScript definitions for cropperjs", | ||
@@ -15,4 +15,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "60661abf4a5fc812c01fcd3a256fcc3aeaac39dc0d9bf0b1f999e1a3f5377796" | ||
"typesPublisherContentHash": "68c51cade19784706f08a986a3a239b8f021a6d995f3b5d14df668ef72cc4584", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/cropperjs | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/cropperjs | ||
Additional Details | ||
* Last updated: Wed, 05 Oct 2016 20:53:30 GMT | ||
* File structure: UMD | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: Cropper, cropperjs | ||
* Last updated: Fri, 20 Jan 2017 00:12:50 GMT | ||
* Dependencies: none | ||
* Global values: Cropper | ||
# Credits | ||
These definitions were written by Stepan Mikhaylyuk <https://github.com/stepancar>. |
{ | ||
"authors": "Stepan Mikhaylyuk <https://github.com/stepancar>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "0", | ||
"name": "cropperjs", | ||
"libraryName": "cropperjs", | ||
"typingsPackageName": "cropperjs", | ||
"projectName": "https://github.com/fengyuanchen/cropperjs", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "UMD", | ||
"globals": [ | ||
"Cropper", | ||
"cropperjs" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "60661abf4a5fc812c01fcd3a256fcc3aeaac39dc0d9bf0b1f999e1a3f5377796" | ||
"data": { | ||
"authors": "Stepan Mikhaylyuk <https://github.com/stepancar>", | ||
"dependencies": {}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "cropperjs", | ||
"typingsPackageName": "cropperjs", | ||
"projectName": "https://github.com/fengyuanchen/cropperjs", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [ | ||
"Cropper" | ||
], | ||
"declaredModules": [ | ||
"cropperjs/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "68c51cade19784706f08a986a3a239b8f021a6d995f3b5d14df668ef72cc4584" | ||
}, | ||
"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
15015
476
17