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

color-name-lists

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-name-lists - npm Package Compare versions

Comparing version 3.16.2 to 3.17.0

7

lib/descriptions.json

@@ -108,2 +108,9 @@ {

},
"spanish": {
"title": "Spanish Colors",
"description": "A list of Spanish color names",
"source": "https://github.com/meodai/nombres-de-colores",
"key": "spanish",
"license": "MIT"
},
"x11": {

@@ -110,0 +117,0 @@ "title": "X11 Color Names",

5

package.json
{
"name": "color-name-lists",
"version": "3.16.2",
"version": "3.17.0",
"description": "A collection of color name lists",

@@ -26,5 +26,6 @@ "main": "src/index.js",

"color-standards-and-color-nomenclature": "^1.1.0",
"nombres-de-colores": "^0.2.0",
"recueil-de-couleur": "^0.11.0",
"riso-colors": "^1.0.1",
"wikipedia-color-names": "^1.8.1"
"wikipedia-color-names": "^1.9.0"
},

@@ -31,0 +32,0 @@ "devDependencies": {

2

src/index.js

@@ -9,2 +9,3 @@ const fs = require('fs');

const frenchList = require('recueil-de-couleur/colors.min.json');
const spasnishList = require('nombres-de-colores/colors.min.json');
const ridgewayList = require('color-standards-and-color-nomenclature/dist/colornames.json');

@@ -58,2 +59,3 @@ const risographColors = require('riso-colors');

lists.french = frenchList;
lists.spanish = spasnishList;
lists.ridgway = ridgewayList;

@@ -60,0 +62,0 @@ lists.risograph = risographColors;

Sorry, the diff of this file is too big to display

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