Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6.0 to 0.7.0

21

calc-image-stats.d.ts

@@ -25,4 +25,23 @@ export type BandStats<P extends boolean> = {

export type ImageData = number[] | number[][] | number[][][];
export type TypedArray =
| Int8Array
| Uint8Array
| Uint8ClampedArray
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| Float32Array
| Float64Array
| BigInt64Array
| BigUint64Array;
export type ImageData =
| number[]
| number[][]
| number[][][]
| TypedArray
| TypedArray[]
| TypedArray[][];
export default function calcImageStats<P extends boolean>(

@@ -29,0 +48,0 @@ data: ImageData,

2

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

@@ -5,0 +5,0 @@ "main": "calc-image-stats.js",

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