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.2.0 to 1.2.1

6

cmy.js

@@ -13,5 +13,5 @@ /**

rgb: function(cmy) {
var c = cmyk[0] / 100,
m = cmyk[1] / 100,
y = cmyk[2] / 100;
var c = cmy[0] / 100,
m = cmy[1] / 100,
y = cmy[2] / 100;

@@ -18,0 +18,0 @@ return [

{
"name": "color-space",
"description": "Color space conversions and data",
"version": "1.2.0",
"version": "1.2.1",
"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