Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jimp/custom

Package Overview
Dependencies
Maintainers
2
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/custom - npm Package Compare versions

Comparing version 0.18.0--canary.1135.911ed04.0 to 0.18.0

es/index.js

24

CHANGELOG.md

@@ -0,1 +1,25 @@

# v0.18.0 (Sun Feb 05 2023)
### Release Notes
#### switch from browserify to webpack ([#1140](https://github.com/jimp-dev/jimp/pull/1140))
This PR can be considered a breaking change as it remove the `jimp.min.js` file.
Instead there is now only the `jimp.js` file and we ship source maps for it.
We also configured the `browser` field so jimp will be automatically bundled better
---
#### 💥 Breaking Change
- switch from browserify to webpack [#1140](https://github.com/jimp-dev/jimp/pull/1140) ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v0.16.3 (Sat Feb 04 2023)

@@ -2,0 +26,0 @@

7

package.json
{
"name": "@jimp/custom",
"version": "0.18.0--canary.1135.911ed04.0",
"version": "0.18.0",
"description": "Interface to customize jimp configuration",
"main": "dist/index.js",
"module": "es/index.js",
"repository": "jimp-dev/jimp",
"types": "types/index.d.ts",

@@ -21,3 +22,3 @@ "scripts": {

"@babel/runtime": "^7.7.2",
"@jimp/core": "0.18.0--canary.1135.911ed04.0"
"@jimp/core": "^0.18.0"
},

@@ -27,3 +28,3 @@ "publishConfig": {

},
"gitHead": "911ed043b27a0eda4407a6f51d6511f12f5ef140"
"gitHead": "ad95e29bc4780fa93d9d8dba76337acf4cd450b0"
}

@@ -1,2 +0,2 @@

// TypeScript Version: 3.1
// Minimum TypeScript Version: 3.2
// See the `jimp` package index.d.ts for why the version is not 2.8

@@ -3,0 +3,0 @@ import {

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