Socket
Socket
Sign inDemoInstall

@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.17.7 to 0.17.8--canary.1137.476d7bd.0

12

CHANGELOG.md

@@ -1,13 +0,1 @@

# v0.17.6 (Sat Feb 04 2023)
#### 🐛 Bug Fix
- fix(jimp.d.ts): fix getBase64 and getBase64Async function arguments [#1094](https://github.com/jimp-dev/jimp/pull/1094) ([@pkjy](https://github.com/pkjy))
#### Authors: 1
- 彭君怡 ([@pkjy](https://github.com/pkjy))
---
# v0.17.5 (Sat Feb 04 2023)

@@ -14,0 +2,0 @@

6

package.json
{
"name": "@jimp/core",
"version": "0.17.7",
"version": "0.17.8--canary.1137.476d7bd.0",
"description": "Jimp core",

@@ -32,3 +32,3 @@ "main": "dist/index.js",

"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.17.7",
"@jimp/utils": "0.17.8--canary.1137.476d7bd.0",
"any-base": "^1.1.0",

@@ -49,3 +49,3 @@ "buffer": "^5.2.0",

},
"gitHead": "b7b4d06f0c87f145fe13a9068785dc42404155ab"
"gitHead": "476d7bdc24f4cbcbb236994b63fbf21192dbad02"
}

@@ -169,4 +169,4 @@ import {

rgba(bool: boolean, cb?: ImageCallback<this>): this;
getBase64(mime: string | JimpConstructors["AUTO"], cb: GenericCallback<string, any, this>): this;
getBase64Async(mime: string | JimpConstructors["AUTO"]): Promise<string>;
getBase64(mime: string, cb: GenericCallback<string, any, this>): this;
getBase64Async(mime: string): Promise<string>;
hash(cb?: GenericCallback<string, any, this>): string;

@@ -173,0 +173,0 @@ hash(

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