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.3 to 0.21.4--canary.1163.6a6ae39e83bd731ccd25120a160a75b32273f9bd.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.6a6ae39e83bd731ccd25120a160a75b32273f9bd.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.6a6ae39e83bd731ccd25120a160a75b32273f9bd.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": "6a6ae39e83bd731ccd25120a160a75b32273f9bd"
}
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