Socket
Socket
Sign inDemoInstall

save-pixels

Package Overview
Dependencies
10
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

temp.jpeg

4

package.json
{
"name": "save-pixels",
"version": "2.2.0",
"version": "2.2.1",
"description": "Saves an ndarray as an image to a file",

@@ -14,3 +14,3 @@ "main": "save-pixels.js",

"jpeg-js": "0.0.4",
"pngjs": "~0.4.0-alpha",
"pngjs2": "^1.2.0",
"through": "^2.3.4"

@@ -17,0 +17,0 @@ },

@@ -6,3 +6,3 @@ "use strict"

var jpegJs = require("jpeg-js")
var PNG = require("pngjs").PNG
var PNG = require("pngjs2").PNG
var through = require("through")

@@ -9,0 +9,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc