Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

color-string

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-string - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

4

index.js

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

if (match[5]) {
rgb[3] = parseInt(match[4], 0) * 0.01;
rgb[3] = parseFloat(match[4]) * 0.01;
} else {

@@ -106,3 +106,3 @@ rgb[3] = parseFloat(match[4]);

if (match[5]) {
rgb[3] = parseInt(match[4], 0) * 0.01;
rgb[3] = parseFloat(match[4]) * 0.01;
} else {

@@ -109,0 +109,0 @@ rgb[3] = parseFloat(match[4]);

{
"name": "color-string",
"description": "Parser and generator for CSS color strings",
"version": "1.8.0",
"version": "1.8.1",
"author": "Heather Arthur <fayearthur@gmail.com>",

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

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