@types/cropperjs
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -429,4 +429,5 @@ // Type definitions for cropperjs 1.1 | ||
* @param url A new image url | ||
* @param hasSameSize If the new image has the same size with the old one, then it will not rebuilt the cropper and only update the urls of all related images. (Default: false) | ||
*/ | ||
replace(url: string): void; | ||
replace(url: string, hasSameSize?: boolean): void; | ||
@@ -433,0 +434,0 @@ /** |
{ | ||
"name": "@types/cropperjs", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "TypeScript definitions for cropperjs", | ||
@@ -14,10 +14,11 @@ "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": {}, | ||
"typesPublisherContentHash": "6f0b0faa58554422a55eff6f7f8b9dfeb870e83d18b1522b3f609c21d3feba56", | ||
"typesPublisherContentHash": "7965d2dae2d2255821452dc600b97e0ecd8a64a145b7cb23020515672521e116", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cropperjs | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cropperjs | ||
Additional Details | ||
* Last updated: Wed, 18 Apr 2018 01:17:59 GMT | ||
* Last updated: Thu, 06 Dec 2018 01:32:48 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: Cropper |
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
549
18964