@jimp/core
Advanced tools
Comparing version 0.8.2-canary.792.353.0 to 0.8.2-canary.792.360.0
{ | ||
"name": "@jimp/core", | ||
"version": "0.8.2-canary.792.353.0", | ||
"version": "0.8.2-canary.792.360.0", | ||
"description": "Jimp core", | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@jimp/utils": "0.8.2-canary.792.353.0", | ||
"@jimp/utils": "0.8.2-canary.792.360.0", | ||
"any-base": "^1.1.0", | ||
@@ -57,3 +57,3 @@ "buffer": "^5.2.0", | ||
}, | ||
"gitHead": "f5db61068f71f7ceef563bbd08ab0d8f78f82454" | ||
"gitHead": "29f7a9f2419b2780dd6eeb350f6a1f500b00e1ae" | ||
} |
@@ -80,3 +80,3 @@ import { | ||
write(path: string, cb?: ImageCallback): this; | ||
writeAsync(path: string): Promise<Jimp>; | ||
writeAsync(path: string): Promise<this>; | ||
rgba(bool: boolean, cb?: ImageCallback): this; | ||
@@ -156,4 +156,4 @@ getBase64(mime: string, cb: GenericCallback<string, any, this>): this; | ||
run: ( | ||
this: Jimp, | ||
resolve: (jimp: Jimp) => any, | ||
this: this, | ||
resolve: (jimp: this) => any, | ||
reject: (reason: Error) => any, | ||
@@ -160,0 +160,0 @@ ...args: T[] |
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
+ Added@jimp/utils@0.8.2-canary.792.360.0(transitive)
- Removed@jimp/utils@0.8.2-canary.792.353.0(transitive)