Socket
Socket
Sign inDemoInstall

@jimp/plugin-cover

Package Overview
Dependencies
Maintainers
2
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/plugin-cover - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4-canary.798.377.0

6

index.d.ts
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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc