Socket
Socket
Sign inDemoInstall

@bufferapp/analyze-png-export

Package Overview
Dependencies
46
Maintainers
32
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.77.3 to 1.77.4

2

lib/generatePNGFromChart.js

@@ -25,2 +25,4 @@ import html2canvas from 'html2canvas';

scale: 2,
width: 1024,
windowWidth: 1024,
}).then(canvas => ({

@@ -27,0 +29,0 @@ image: convertCanvasToPNG(canvas),

@@ -44,2 +44,4 @@ /* eslint-disable import/first */

scale: 2,
width: 1024,
windowWidth: 1024,
});

@@ -46,0 +48,0 @@ expect(pngs.length).toBe(charts.length);

8

package.json
{
"name": "@bufferapp/analyze-png-export",
"version": "1.77.3",
"version": "1.77.4",
"description": "PNG export button",

@@ -13,6 +13,6 @@ "main": "index.js",

"dependencies": {
"@bufferapp/analytics-middleware": "^1.77.0",
"@bufferapp/analytics-middleware": "^1.77.4",
"dataurl-to-blob": "^0.0.1",
"file-saver": "^1.3.3",
"html2canvas": "^1.0.0-rc.5",
"html2canvas": "^1.4.1",
"jszip": "^3.1.4"

@@ -28,3 +28,3 @@ },

},
"gitHead": "975cf467d03ca2ef0c494d7c77893343ca0b968c"
"gitHead": "5c01accb74544f933d0b108eb3564acbd3a952cf"
}
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