@types/sharp
Advanced tools
Comparing version 0.27.2 to 0.27.3
@@ -1051,2 +1051,6 @@ // Type definitions for sharp 0.27 | ||
cropOffsetTop?: number; | ||
/** Only defined when using a trim method */ | ||
trimOffsetLeft?: number; | ||
/** Only defined when using a trim method */ | ||
trimOffsetTop?: number; | ||
} | ||
@@ -1053,0 +1057,0 @@ |
{ | ||
"name": "@types/sharp", | ||
"version": "0.27.2", | ||
"version": "0.27.3", | ||
"description": "TypeScript definitions for sharp", | ||
@@ -49,4 +49,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "1ff128c15d9fb6d831cf64d47e0a9cc8723c1252d566c77d65559cea4965ce1f", | ||
"typesPublisherContentHash": "cc087bd3273b4f63fa54f9d8edaea3b044a88a755ead80005b1e3ab2bbabb75c", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 25 Mar 2021 12:01:15 GMT | ||
* Last updated: Thu, 01 Apr 2021 08:01:12 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
56140
1047