Socket
Socket
Sign inDemoInstall

@jimp/core

Package Overview
Dependencies
9
Maintainers
2
Versions
220
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.21.2--canary.1156.8b2cc45.0 to 0.21.2--canary.1156.ba9fec9d0c9109924b4a5acab31bcaef8159a610.0

12

CHANGELOG.md

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

# v0.21.1 (Sun Feb 05 2023)
#### 🚀 Enhancement
- remove export hack [#1153](https://github.com/jimp-dev/jimp/pull/1153) ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v0.21.0 (Sun Feb 05 2023)

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

3

dist/index.js

@@ -1048,5 +1048,2 @@ "use strict";

exports.default = _default;
if (typeof module !== "undefined") {
module.exports = Object.assign(Jimp, module.exports);
}
//# sourceMappingURL=index.js.map

@@ -1029,5 +1029,2 @@ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

export default Jimp;
if (typeof module !== "undefined") {
module.exports = Object.assign(Jimp, module.exports);
}
//# sourceMappingURL=index.js.map
{
"name": "@jimp/core",
"version": "0.21.2--canary.1156.8b2cc45.0",
"version": "0.21.2--canary.1156.ba9fec9d0c9109924b4a5acab31bcaef8159a610.0",
"description": "Jimp core",

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

"dependencies": {
"@jimp/utils": "0.21.2--canary.1156.8b2cc45.0",
"@jimp/utils": "0.21.2--canary.1156.ba9fec9d0c9109924b4a5acab31bcaef8159a610.0",
"any-base": "^1.1.0",

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

},
"gitHead": "8b2cc452097f0aa7a3fcdedfcd70c9c8522dc3f5"
"gitHead": "ba9fec9d0c9109924b4a5acab31bcaef8159a610"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc