@jimp/plugin-cover
Advanced tools
Comparing version 0.8.1-canary.786.262.0 to 0.8.1-canary.791.276.0
@@ -1,4 +0,4 @@ | ||
import { ImageCallback } from '@jimp/core'; | ||
import { IllformedPlugin, ImageCallback } from '@jimp/core'; | ||
interface Cover { | ||
interface Cover extends IllformedPlugin { | ||
cover(w: number, h: number, cb?: ImageCallback): this; | ||
@@ -5,0 +5,0 @@ cover(w: number, h: number, alignBits?: number, cb?: ImageCallback): this; |
{ | ||
"name": "@jimp/plugin-cover", | ||
"version": "0.8.1-canary.786.262.0", | ||
"version": "0.8.1-canary.791.276.0", | ||
"description": "cover an image.", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@jimp/utils": "0.8.1-canary.786.262.0", | ||
"@jimp/utils": "0.8.1-canary.791.276.0", | ||
"core-js": "^2.5.7" | ||
@@ -34,7 +34,7 @@ }, | ||
"devDependencies": { | ||
"@jimp/custom": "0.8.1-canary.786.262.0", | ||
"@jimp/plugin-crop": "0.8.1-canary.786.262.0", | ||
"@jimp/plugin-resize": "0.8.1-canary.786.262.0", | ||
"@jimp/plugin-scale": "0.8.1-canary.786.262.0", | ||
"@jimp/test-utils": "0.8.1-canary.786.262.0" | ||
"@jimp/custom": "0.8.1-canary.791.276.0", | ||
"@jimp/plugin-crop": "0.8.1-canary.791.276.0", | ||
"@jimp/plugin-resize": "0.8.1-canary.791.276.0", | ||
"@jimp/plugin-scale": "0.8.1-canary.791.276.0", | ||
"@jimp/test-utils": "0.8.1-canary.791.276.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b0d5448f47e49a8ee4992dc53166a8ee32c8ee19" | ||
"gitHead": "10c0813de0db0d8460b082ac9944d638a8c387fc" | ||
} |
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
23042
+ Added@jimp/utils@0.8.1-canary.791.276.0(transitive)
- Removed@jimp/utils@0.8.1-canary.786.262.0(transitive)