Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extract-colors

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extract-colors - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

2

package.json
{
"name": "extract-colors",
"version": "4.0.5",
"version": "4.0.6",
"description": "Extract color palettes from images",

@@ -5,0 +5,0 @@ "main": "lib/extract-colors.cjs",

@@ -86,4 +86,3 @@ # Extract Colors

const data = [...pixels.data]
const width = pixels.shape[0]
const height = pixels.shape[1]
const [width, height] = pixels.shape

@@ -90,0 +89,0 @@ extractColors({ data, width, height })

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