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

@jimp/png

Package Overview
Dependencies
Maintainers
2
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/png - npm Package Compare versions

Comparing version 0.17.8 to 0.17.9--canary.1140.831bc3c.0

2

dist/index.js

@@ -46,4 +46,2 @@ "use strict";

return _pngjs.PNG.sync.write(png, {
width: data.bitmap.width,
height: data.bitmap.height,
deflateLevel: data._deflateLevel,

@@ -50,0 +48,0 @@ deflateStrategy: data._deflateStrategy,

13

package.json
{
"name": "@jimp/png",
"version": "0.17.8",
"version": "0.17.9--canary.1140.831bc3c.0",
"description": "Default Jimp png encoder/decoder.",

@@ -25,4 +25,4 @@ "main": "dist/index.js",

"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.17.8",
"pngjs": "^3.3.3"
"@jimp/utils": "0.17.9--canary.1140.831bc3c.0",
"pngjs": "^6.0.0"
},

@@ -33,4 +33,5 @@ "peerDependencies": {

"devDependencies": {
"@jimp/custom": "^0.17.8",
"@jimp/test-utils": "^0.17.8"
"@jimp/custom": "0.17.9--canary.1140.831bc3c.0",
"@jimp/test-utils": "0.17.9--canary.1140.831bc3c.0",
"@types/pngjs": "^6.0.1"
},

@@ -40,3 +41,3 @@ "publishConfig": {

},
"gitHead": "6e327e5813c6d36b97786941c5d09d8fc74a6198"
"gitHead": "831bc3c8c1705d4d882536d11a396b03b76709c7"
}

@@ -39,4 +39,2 @@ import { PNG } from "pngjs";

return PNG.sync.write(png, {
width: data.bitmap.width,
height: data.bitmap.height,
deflateLevel: data._deflateLevel,

@@ -43,0 +41,0 @@ deflateStrategy: data._deflateStrategy,

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