color-space
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
25389
20
847