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 1.1.18 to 1.1.19

35

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

@@ -10,9 +10,8 @@ "main": "dist/extract-colors.cjs.js",

"dev": "rollup -c -w",
"serve": "parcel sample/index.html -d cache",
"prebuild": "jest",
"serve-website": "npm run build-doc && parcel src-website/index.html -d cache --open --public-url /extract-colors/",
"build-website": "npm run build-doc && parcel build src-website/index.html --out-dir dist-website --public-url /extract-colors/",
"build-doc": "node_modules/.bin/jsdoc -c jsdoc.json",
"build": "rollup -c",
"postbuild": "node doc.gen.js",
"lint": "eslint src --fix",
"test": "jest",
"doc": "node doc.gen.js"
"test": "jest"
},

@@ -45,16 +44,20 @@ "repository": {

"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"canvas": "^2.6.1",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"canvas": "^2.9.0",
"docdash": "^1.2.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"jest": "^26.6.1",
"jsdoc-to-markdown": "^6.0.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"highlight.js": "^10.7.3",
"jest": "^27.5.1",
"jsdoc": "^3.6.10",
"milligram": "^1.4.1",
"parcel": "^1.12.4",
"rollup": "^2.32.1",
"parcel-plugin-html-partials": "0.0.6",
"rollup": "^2.67.2",
"rollup-plugin-terser": "^7.0.2"

@@ -61,0 +64,0 @@ },

@@ -16,2 +16,3 @@ # Extract Colors

Try the [demo](https://namide.github.io/extract-colors/)

@@ -169,3 +170,3 @@ ## Requirements

Read the [API doc here](doc/index.md#api-doc)
Read the [API doc here](https://namide.github.io/extract-colors/doc/)

@@ -172,0 +173,0 @@

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