Socket
Socket
Sign inDemoInstall

color

Package Overview
Dependencies
Maintainers
1
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.4.3 to 0.4.4

3

color.js

@@ -77,4 +77,3 @@ /* MIT license */

var hsl = this.values.hsl;
hsl.push(this.values.alpha);
return hsl;
return hsl.concat([this.values.alpha]);
},

@@ -81,0 +80,0 @@

{
"name": "color",
"description": "Color conversion and manipulation with CSS string support",
"version": "0.4.3",
"version": "0.4.4",
"author": "Heather Arthur <fayearthur@gmail.com>",

@@ -6,0 +6,0 @@ "repository": {

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