Socket
Socket
Sign inDemoInstall

@jimp/plugin-blit

Package Overview
Dependencies
Maintainers
2
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/plugin-blit - npm Package Compare versions

Comparing version 0.8.1-canary.786.262.0 to 0.8.1-canary.791.276.0

2

index.d.ts
import { Jimp, ImageCallback, IllformedPlugin } from '@jimp/core';
interface Blit {
interface Blit extends IllformedPlugin {
blit(src: Jimp, x: number, y: number, cb?: ImageCallback): this;

@@ -5,0 +5,0 @@ blit(

{
"name": "@jimp/plugin-blit",
"version": "0.8.1-canary.786.262.0",
"version": "0.8.1-canary.791.276.0",
"description": "Blit an image.",

@@ -23,9 +23,9 @@ "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"
},
"devDependencies": {
"@jimp/custom": "0.8.1-canary.786.262.0",
"@jimp/jpeg": "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/jpeg": "0.8.1-canary.791.276.0",
"@jimp/test-utils": "0.8.1-canary.791.276.0"
},

@@ -38,3 +38,3 @@ "peerDependencies": {

},
"gitHead": "b0d5448f47e49a8ee4992dc53166a8ee32c8ee19"
"gitHead": "10c0813de0db0d8460b082ac9944d638a8c387fc"
}
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