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.2 to 0.21.3

12

CHANGELOG.md

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

# v0.21.2 (Sun Feb 05 2023)
#### 🐛 Bug Fix
- Change some exports to move towards more ESM compatibility [#1154](https://github.com/jimp-dev/jimp/pull/1154) ([@danielholmes](https://github.com/danielholmes))
#### Authors: 1
- Daniel Holmes ([@danielholmes](https://github.com/danielholmes))
---
# v0.21.1 (Sun Feb 05 2023)

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

8

dist/modules/phash.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/*

@@ -153,3 +157,5 @@ Copyright (c) 2011 Elliot Shepherd

}
module.exports = ImagePHash;
var _default = ImagePHash;
exports.default = _default;
module.exports = exports.default;
//# sourceMappingURL=phash.js.map

2

es/modules/phash.js

@@ -151,3 +151,3 @@ /*

}
module.exports = ImagePHash;
export default ImagePHash;
//# sourceMappingURL=phash.js.map
{
"name": "@jimp/core",
"version": "0.21.2",
"version": "0.21.3",
"description": "Jimp core",

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

"dependencies": {
"@jimp/utils": "^0.21.2",
"@jimp/utils": "^0.21.3",
"any-base": "^1.1.0",

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

},
"gitHead": "4634325df1db45594f91a86c3e11cdbdc4416485"
"gitHead": "046ea0d26952611c74bebd7b13877eb628458aa3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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