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

7

lib/descriptions.json

@@ -115,2 +115,9 @@ {

},
"german": {
"title": "German Colors",
"description": "A list of German color names",
"source": "https://github.com/meodai/farbnamen",
"key": "german",
"license": "MIT"
},
"x11": {

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

3

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

@@ -26,2 +26,3 @@ "main": "src/index.js",

"color-standards-and-color-nomenclature": "^1.1.0",
"farbnamen": "^0.1.0",
"nombres-de-colores": "^0.4.0",

@@ -28,0 +29,0 @@ "recueil-de-couleur": "^0.11.0",

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

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

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

lists.spanish = spasnishList;
lists.german = germanList;
lists.ridgway = ridgewayList;

@@ -62,0 +64,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