Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jimp/plugin-invert

Package Overview
Dependencies
Maintainers
2
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/plugin-invert - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4-canary.798.377.0

2

index.d.ts
import { ImageCallback } from '@jimp/core';
interface Invert {
invert(cb?: ImageCallback): this;
invert(cb?: ImageCallback<this>): this;
}
export default function(): Invert;
{
"name": "@jimp/plugin-invert",
"version": "0.8.3",
"version": "0.8.4-canary.798.377.0",
"description": "invert an image.",

@@ -20,3 +20,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"

@@ -30,3 +30,3 @@ },

},
"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