@jimp/plugin-cover
Advanced tools
Comparing version 0.8.3 to 0.8.4-canary.798.377.0
import { ImageCallback } from '@jimp/core'; | ||
interface Cover { | ||
cover(w: number, h: number, cb?: ImageCallback): this; | ||
cover(w: number, h: number, alignBits?: number, cb?: ImageCallback): this; | ||
cover(w: number, h: number, cb?: ImageCallback<this>): this; | ||
cover(w: number, h: number, alignBits?: number, cb?: ImageCallback<this>): this; | ||
cover( | ||
@@ -11,3 +11,3 @@ w: number, | ||
mode?: string, | ||
cb?: ImageCallback | ||
cb?: ImageCallback<this> | ||
): this; | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@jimp/plugin-cover", | ||
"version": "0.8.3", | ||
"version": "0.8.4-canary.798.377.0", | ||
"description": "cover an image.", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@jimp/utils": "^0.8.3", | ||
"@jimp/utils": "0.8.4-canary.798.377.0", | ||
"core-js": "^2.5.7" | ||
@@ -34,7 +34,7 @@ }, | ||
"devDependencies": { | ||
"@jimp/custom": "^0.8.3", | ||
"@jimp/plugin-crop": "^0.8.3", | ||
"@jimp/plugin-resize": "^0.8.3", | ||
"@jimp/plugin-scale": "^0.8.3", | ||
"@jimp/test-utils": "^0.8.3" | ||
"@jimp/custom": "0.8.4-canary.798.377.0", | ||
"@jimp/plugin-crop": "0.8.4-canary.798.377.0", | ||
"@jimp/plugin-resize": "0.8.4-canary.798.377.0", | ||
"@jimp/plugin-scale": "0.8.4-canary.798.377.0", | ||
"@jimp/test-utils": "0.8.4-canary.798.377.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "42e184cf4681b71bc1594c8822be3553d152b5e2" | ||
"gitHead": "44c5ed24135627bcd9ddf9fa47d3c78e4a37457e" | ||
} |
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
23019
+ Added@jimp/utils@0.8.4-canary.798.377.0(transitive)
- Removed@jimp/utils@0.8.5(transitive)