@jimp/plugin-flip
Advanced tools
Comparing version 0.8.1-canary.786.211.0 to 0.8.1-canary.786.217.0
@@ -1,4 +0,4 @@ | ||
import { IllformedPlugin, ImageCallback } from '@jimp/core'; | ||
import { ImageCallback } from '@jimp/core'; | ||
interface Flip extends IllformedPlugin { | ||
interface Flip{ | ||
flip(horizontal: boolean, vertical: boolean, cb?: ImageCallback): this; | ||
@@ -5,0 +5,0 @@ mirror(horizontal: boolean, vertical: boolean, cb?: ImageCallback): this; |
{ | ||
"name": "@jimp/plugin-flip", | ||
"version": "0.8.1-canary.786.211.0", | ||
"version": "0.8.1-canary.786.217.0", | ||
"description": "flip an image.", | ||
@@ -20,3 +20,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@jimp/utils": "0.8.1-canary.786.211.0", | ||
"@jimp/utils": "0.8.1-canary.786.217.0", | ||
"core-js": "^2.5.7" | ||
@@ -31,3 +31,3 @@ }, | ||
}, | ||
"gitHead": "14314180ede2041c8ae050d013baf39f0c8afbd1" | ||
"gitHead": "f9d0b4a1a3de789557a2fedd477fbdd2a81f12c5" | ||
} |
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
13285
+ Added@jimp/utils@0.8.1-canary.786.217.0(transitive)
- Removed@jimp/utils@0.8.1-canary.786.211.0(transitive)