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

color-parse

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-parse - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

index.js

@@ -43,3 +43,3 @@ /**

//color space
else if (m = /^((?:rgb|hs[lv]|hwb|cmyk|xyz|gray|lab|lch)a?)\s*\(([^\)]*)\)/.exec(cstr)) {
else if (m = /^((?:rgb|hs[lvb]|hwb|cmyk?|xy[zy]|gray|lab|lch|[ly]uv|lms)a?)\s*\(([^\)]*)\)/.exec(cstr)) {
var name = m[1];

@@ -46,0 +46,0 @@ var base = name.replace(/a$/, '');

{
"name": "color-parse",
"version": "1.0.4",
"version": "1.0.5",
"description": "Color parser",

@@ -5,0 +5,0 @@ "main": "index.js",

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