Socket
Socket
Sign inDemoInstall

culori

Package Overview
Dependencies
0
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

build/culori.js

@@ -559,3 +559,3 @@ (function (global, factory) {

// transparent color
return `rgba(${r}, ${g}, ${b}, ${ color[a] })`;
return `rgba(${r}, ${g}, ${b}, ${ color['a'] })`;
}

@@ -562,0 +562,0 @@ }

{
"name": "culori",
"version": "0.2.0",
"version": "0.2.1",
"main": "build/culori.js",

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

@@ -22,5 +22,5 @@ import rgb from './rgb';

// transparent color
return `rgba(${r}, ${g}, ${b}, ${ color[a] })`;
return `rgba(${r}, ${g}, ${b}, ${ color['a'] })`;
}
}
}
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