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.3 to 0.21.4--canary.1163.a26f5b300ee88c2fadb9909dd390cb4380b32a42.0

4

CHANGELOG.md

@@ -31,3 +31,3 @@ # v0.21.2 (Sun Feb 05 2023)

Marking this as a "breaking release" because it might change what deps need to be installed.
Marking this as a "breaking release" because it might change what deps need to be installed.

@@ -72,3 +72,3 @@ All modules should be exported as valid cjs and esm

This PR can be considered a breaking change as it remove the `jimp.min.js` file.
This PR can be considered a breaking change as it remove the `jimp.min.js` file.

@@ -75,0 +75,0 @@ Instead there is now only the `jimp.js` file and we ship source maps for it.

{
"name": "@jimp/core",
"version": "0.21.3",
"version": "0.21.4--canary.1163.a26f5b300ee88c2fadb9909dd390cb4380b32a42.0",
"description": "Jimp core",

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

"scripts": {
"test": "cross-env BABEL_ENV=test mocha --require @babel/register test/**/*.js",
"test": "cross-env BABEL_ENV=test mocha --require @babel/register --recursive test --extension js",
"test:watch": "npm run test -- --reporter min --watch",

@@ -33,3 +33,3 @@ "test:coverage": "nyc npm run test",

"dependencies": {
"@jimp/utils": "^0.21.3",
"@jimp/utils": "0.21.4--canary.1163.a26f5b300ee88c2fadb9909dd390cb4380b32a42.0",
"any-base": "^1.1.0",

@@ -44,9 +44,6 @@ "buffer": "^5.2.0",

},
"devDependencies": {
"should": "^13.2.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "046ea0d26952611c74bebd7b13877eb628458aa3"
"gitHead": "a26f5b300ee88c2fadb9909dd390cb4380b32a42"
}
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