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.1.2 to 1.1.3

LICENSE

8

index.js
/**
* Color space data and conversions
*
* @module color-space
*
* @todo to-source method, preparing the code for webworker
* @todo implement all side spaces from http://en.wikipedia.org/wiki/Category:Color_space yuv, yiq etc.
* @todo here are additional spaces http://www.jentronics.com/color.html ITU, REC709, SMTPE, NTSC, GREY
*
* @todo implement asm-js way to convert spaces (promises to be times faster)
*
*/

@@ -11,0 +7,0 @@

@@ -32,3 +32,3 @@ /**

return luv.xyz(lchuv.luv(arg));
},
}
};

@@ -35,0 +35,0 @@

{
"name": "color-space",
"description": "Conversion functions and space data. Full list of spaces.",
"version": "1.1.2",
"description": "Color space conversions and data",
"version": "1.1.3",
"author": "Deema Yvanow <dfcreative@gmail.com>",

@@ -6,0 +6,0 @@ "keywords": [

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