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.21.0--canary.1149.a81f653.0 to 0.21.0

36

CHANGELOG.md

@@ -0,1 +1,37 @@

# v0.21.0 (Sun Feb 05 2023)
### Release Notes
#### Babel Refactor ([#1149](https://github.com/jimp-dev/jimp/pull/1149))
Marking this as a "breaking release" because it might change what deps need to be installed.
All modules should be exported as valid cjs and esm
![CleanShot 2023-02-04 at 18 19 27](https://user-images.githubusercontent.com/1192452/216798157-664cc430-7846-432d-84cf-26e8d8ba9e10.png)
---
#### 💥 Breaking Change
- Babel Refactor [#1149](https://github.com/jimp-dev/jimp/pull/1149) ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v0.20.2 (Sun Feb 05 2023)
#### 🚀 Enhancement
- add phash to types [#1144](https://github.com/jimp-dev/jimp/pull/1144) ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v0.18.0 (Sun Feb 05 2023)

@@ -2,0 +38,0 @@

6

package.json
{
"name": "@jimp/core",
"version": "0.21.0--canary.1149.a81f653.0",
"version": "0.21.0",
"description": "Jimp core",

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

"dependencies": {
"@jimp/utils": "0.21.0--canary.1149.a81f653.0",
"@jimp/utils": "^0.21.0",
"any-base": "^1.1.0",

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

},
"gitHead": "a81f65324f23e3a668e31b9420d7d8b8bf976a55"
"gitHead": "5b4330d1abfcd5d50c41e6a9b667ba7cb452d812"
}

@@ -170,2 +170,3 @@ import {

getBase64(mime: string | JimpConstructors["AUTO"], cb: GenericCallback<string, any, this>): this;
pHash: () => string;
getBase64Async(mime: string | JimpConstructors["AUTO"]): Promise<string>;

@@ -172,0 +173,0 @@ hash(cb?: GenericCallback<string, any, this>): string;

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