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

color-space

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-space - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

ciecam.js

40

package.json
{
"name": "color-space",
"description": "Math & data behind color spaces and color conversions.",
"version": "1.0.2",
"version": "1.0.3",
"author": "Deema Yvanow <dfcreative@gmail.com>",

@@ -11,21 +11,21 @@ "repository": {

"files": [
"./index.js",
"./rgb.js",
"./hsl.js",
"./hsv.js",
"./hwb.js",
"./cmy.js",
"./cmyk.js",
"./xyz.js",
"./xyy.js",
"./lab.js",
"./lchab.js",
"./luv.js",
"./lchuv.js",
"./husl.js",
"./huslp.js",
"./labh.js",
"./lms.js",
"./ciecam.js",
"./add-converter.js"
"index.js",
"rgb.js",
"hsl.js",
"hsv.js",
"hwb.js",
"cmy.js",
"cmyk.js",
"xyz.js",
"xyy.js",
"lab.js",
"lchab.js",
"luv.js",
"lchuv.js",
"husl.js",
"huslp.js",
"labh.js",
"lms.js",
"ciecam.js",
"add-converter.js"
],

@@ -32,0 +32,0 @@ "main": "./index.js",

@@ -5,3 +5,3 @@ # Color-space [![Build Status](https://travis-ci.org/dfcreative/color-space.svg?branch=master)](https://travis-ci.org/dfcreative/color-space)

Math and data behind color spaces and color conversions. _Color-space_ provides a uniform interface to color spaces: RGB, HSl, HSV (HSB), [HWB](http://dev.w3.org/csswg/css-color/#the-hwb-notation), CMYK, CMY, [XYZ](http://en.wikipedia.org/wiki/CIE_1931_color_space), XYY (YXY), [LAB](http://en.wikipedia.org/wiki/Lab_color_space), LCH<sub>ab</sub>, [LUV](http://en.wikipedia.org/wiki/CIELUV), [LCH<sub>uv</sub>](http://en.wikipedia.org/wiki/CIELUV#Cylindrical_representation), [H<sub>u</sub>SL](http://www.boronine.com/husl/), [H<sub>u</sub>SL<sub>p</sub>](http://www.boronine.com/husl/), [LAB<sub>Hunter</sub>](http://en.wikipedia.org/wiki/Lab_color_space#Hunter_Lab), [LMS](http://en.wikipedia.org/wiki/LMS_color_space).
Math and data behind color spaces and color conversions. _Color-space_ provides a uniform interface to the following color spaces: RGB, HSl, HSV (HSB), [HWB](http://dev.w3.org/csswg/css-color/#the-hwb-notation), CMYK, CMY, [XYZ](http://en.wikipedia.org/wiki/CIE_1931_color_space), XYY (YXY), [LAB](http://en.wikipedia.org/wiki/Lab_color_space), LCH<sub>ab</sub>, [LUV](http://en.wikipedia.org/wiki/CIELUV), [LCH<sub>uv</sub>](http://en.wikipedia.org/wiki/CIELUV#Cylindrical_representation), [H<sub>u</sub>SL](http://www.boronine.com/husl/), [H<sub>u</sub>SL<sub>p</sub>](http://www.boronine.com/husl/), [LAB<sub>Hunter</sub>](http://en.wikipedia.org/wiki/Lab_color_space#Hunter_Lab), [LMS](http://en.wikipedia.org/wiki/LMS_color_space).

@@ -8,0 +8,0 @@

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