Socket
Socket
Sign inDemoInstall

save-pixels

Package Overview
Dependencies
16
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.3 to 2.3.4

2

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

@@ -5,0 +5,0 @@ "main": "save-pixels.js",

@@ -0,0 +0,0 @@ save-pixels

@@ -38,3 +38,3 @@ 'use strict'

[array.shape[0], array.shape[1], 3],
[4, 4 * array.shape[0], 0]),
[4, 4 * array.shape[0], 1]),
ndarray(array.data,

@@ -57,3 +57,3 @@ [array.shape[0], array.shape[1], 3],

[array.shape[0], array.shape[1], 3],
[4, 4 * array.shape[0], 0]),
[4, 4 * array.shape[0], 1]),
ndarray(array.data,

@@ -60,0 +60,0 @@ [array.shape[0], array.shape[1], 3],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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