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.3 to 4.0.4

7

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

@@ -11,3 +11,3 @@ "main": "lib/extract-colors.cjs",

"build": "vite build --config conf/vite.config.ts && tsc --project conf/tsconfig.type.json",
"postbuild": "mv lib/extractColors.d.ts lib/extract-colors.d.ts; sed -i 's/__DEV__/process.env.NODE_ENV !== \"production\"/g' lib/**.*",
"postbuild": "mv lib/extractColors.d.ts lib/extract-colors.d.ts; sed -i 's/__DEV__/process.env.NODE_ENV !== \"production\"/g' lib/**.*js ; ",
"lint": "eslint src --fix",

@@ -34,3 +34,4 @@ "pretest": "npm run build",

"back-end",
"node"
"node",
"hsl"
],

@@ -37,0 +38,0 @@ "author": "damien@doussaud.fr",

@@ -13,4 +13,4 @@ # Extract Colors

Extract color palettes from images.
Simple use, < 6ko minified, fast process and no dependencies for browser.
Need image reader for node.js
Simple use, < 6kB minified, gzip ≈ 2kB, fast process and no dependencies for browser.
Need image reader dependence for node.js

@@ -17,0 +17,0 @@ [Website](https://extract-colors.namide.com/) | [Demo](https://extract-colors.namide.com/demo/) | [Guide](https://extract-colors.namide.com/guide/)

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc