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

@jimp/core

Package Overview
Dependencies
Maintainers
2
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/core - npm Package Compare versions

Comparing version 0.8.2-canary.792.353.0 to 0.8.2-canary.792.360.0

6

package.json
{
"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[]

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