New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

calc-image-stats

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calc-image-stats - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

8

calc-image-stats.js

@@ -22,3 +22,9 @@ const calcStats = require("calc-stats");

const result = guessImageLayout({ bands, data: values, height, width });
const result = guessImageLayout({
bands,
data: values,
height,
layout,
width
});
bands ??= result.bands;

@@ -25,0 +31,0 @@ height ??= result.height;

4

package.json
{
"name": "calc-image-stats",
"version": "0.3.0",
"version": "0.4.0",
"description": "Calculate Band Statistics for an Image",

@@ -38,3 +38,3 @@ "main": "calc-image-stats.js",

"calc-stats": "^2.0.0",
"guess-image-layout": "^0.0.3",
"guess-image-layout": "^0.1.0",
"xdim": "^1.6.0"

@@ -41,0 +41,0 @@ },

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