🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

csscolorparser

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csscolorparser - npm Package Compare versions

Comparing version

to
1.0.1

@@ -144,4 +144,4 @@ // (c) Dean McNamee <dean@gmail.com>, 2012.

return [((iv & 0xf00) >> 4) | ((iv & 0xf00) >> 8),
(iv & 0xf0) | ((iv & 0xf0) >> 4),
(iv & 0xf) | ((iv & 0xf) << 4),
(iv & 0xf0) | ((iv & 0xf0) >> 4),
1];

@@ -148,0 +148,0 @@ } else if (str.length === 7) {

{
"name": "csscolorparser",
"version": "1.0.0",
"version": "1.0.1",
"author": "Dean McNamee <dean@gmail.com>",

@@ -5,0 +5,0 @@ "keywords": ["css", "color", "html5", "parser"],