color-space
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "color-space", | ||
"description": "Math & data behind color spaces and color conversions.", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Deema Yvanow <dfcreative@gmail.com>", | ||
@@ -10,3 +10,20 @@ "repository": { | ||
}, | ||
"main": "./index", | ||
"files": [ | ||
"./index.js", | ||
"./rgb.js", | ||
"./hsl.js", | ||
"./hsv.js", | ||
"./hwb.js", | ||
"./cmyk.js", | ||
"./xyz.js", | ||
"./xyy.js", | ||
"./lab.js", | ||
"./lchab.js", | ||
"./luv.js", | ||
"./lchuv.js", | ||
"./husl.js", | ||
"./huslp.js", | ||
"./cam.js" | ||
], | ||
"main": "./index.js", | ||
"devDependencies": { | ||
@@ -13,0 +30,0 @@ "mumath": "~0.x", |
@@ -5,9 +5,9 @@ # 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 uniform interface to all known color spaces: RGB, HSl, HSV (HSB), [HWB](http://dev.w3.org/csswg/css-color/#the-hwb-notation), CMYK, [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/). | ||
Math and data behind color spaces and color conversions. _Color-space_ provides a uniform interface to well-known color spaces: RGB, HSl, HSV (HSB), [HWB](http://dev.w3.org/csswg/css-color/#the-hwb-notation), CMYK, [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/). | ||
<!-- | ||
#### [Converter demo](https://cdn.rawgit.com/dfcreative/color-space/master/test/index.html) | ||
--> | ||
# Use | ||
@@ -14,0 +14,0 @@ |
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
0
3591
2
0
2