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

color

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color - npm Package Compare versions

Comparing version 0.11.3 to 0.11.4

9

index.js

@@ -93,2 +93,11 @@ /* MIT license */

},
rgbaArrayNormalized: function () {
var rgb = this.values.rgb;
var glRgba = [];
for (var i = 0; i < 3; i++) {
glRgba[i] = rgb[i] / 255;
}
glRgba.push(this.values.alpha);
return glRgba;
},
hslaArray: function () {

@@ -95,0 +104,0 @@ var hsl = this.values.hsl;

2

package.json
{
"name": "color",
"version": "0.11.3",
"version": "0.11.4",
"description": "Color conversion and manipulation with CSS string support",

@@ -5,0 +5,0 @@ "keywords": [

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