Socket
Socket
Sign inDemoInstall

color-convert

Package Overview
Dependencies
1
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

conversions.js

@@ -668,3 +668,3 @@ /* MIT license */

} else {
hue = 4 + (r - g) / chroma + 4;
hue = 4 + (r - g) / chroma;
}

@@ -671,0 +671,0 @@

{
"name": "color-convert",
"description": "Plain color conversion functions",
"version": "2.0.0",
"version": "2.0.1",
"author": "Heather Arthur <fayearthur@gmail.com>",

@@ -32,3 +32,2 @@ "license": "MIT",

"conversions.js",
"css-keywords.js",
"route.js"

@@ -35,0 +34,0 @@ ],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc