Socket
Socket
Sign inDemoInstall

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.1.1 to 1.1.2

23

package.json
{
"name": "color-space",
"description": "Convert color from/to any color space or get space data. Spaces can be required selectively.",
"version": "1.1.1",
"description": "Conversion functions and space data. Full list of spaces.",
"version": "1.1.2",
"author": "Deema Yvanow <dfcreative@gmail.com>",

@@ -30,20 +30,3 @@ "keywords": [

"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",
"*.js",
"util",

@@ -50,0 +33,0 @@ "dist"

10

README.md

@@ -1,2 +0,2 @@

# Color-space [![Build Status](https://travis-ci.org/dfcreative/color-space.svg?branch=master)](https://travis-ci.org/dfcreative/color-space) [![Code Climate](https://codeclimate.com/github/dfcreative/color-space/badges/gpa.svg)](https://codeclimate.com/github/dfcreative/color-space) <a href="http://unlicense.org/UNLICENSE"><img src="http://upload.wikimedia.org/wikipedia/commons/6/62/PD-icon.svg" width="20"/></a>
# Color-space [![Build Status](https://travis-ci.org/dfcreative/color-space.svg?branch=master)](https://travis-ci.org/dfcreative/color-space) [![Code Climate](https://codeclimate.com/github/dfcreative/color-space/badges/gpa.svg)](https://codeclimate.com/github/dfcreative/color-space) <a href="UNLICENSE"><img src="http://upload.wikimedia.org/wikipedia/commons/6/62/PD-icon.svg" width="20"/></a>

@@ -8,5 +8,7 @@ <img src="https://raw.githubusercontent.com/dfcreative/color-space/gh-pages/logo.png" width="100%" height="150"/>

* _Color-space_ has the most complete list of color convertions so far, comparing to [color-convert](https://github.com/harthur/color-convert), [chromatist](https://github.com/jrus/chromatist), [spectra](https://github.com/avp/spectra), [colorspaces.js](https://github.com/boronine/colorspaces.js) and others.
* It can be used both in browser and node.
* Each space can be required selectively.
1. _Color-space_ has the most complete list of color convertions so far, comparing to [color-convert](https://github.com/harthur/color-convert), [chromatist](https://github.com/jrus/chromatist), [spectra](https://github.com/avp/spectra), [colorspaces.js](https://github.com/boronine/colorspaces.js) and others.
2. It can be used both in browser and node.
3. Each space can be required selectively as `require('color-space/<space>')`.
4. It has immediate conversions between _hsv_, _hsl_ and _hwb_, as well as _lchuv_ and _lchab_, which preserves hue.
5. It provides meta information about spaces: channel names, minimums, maximums, aliases.

@@ -13,0 +15,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