Socket
Socket
Sign inDemoInstall

color

Package Overview
Dependencies
Maintainers
2
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.9.0 to 0.10.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 0.10.0 - 2015-07-02
- Fixed: `mix()` works with a 0..1 range (instead of 0..100 since 0.9.0)
([#64](https://github.com/harthur/color/pull/64))
# 0.9.0 - 2015-06-21

@@ -2,0 +7,0 @@

2

index.js

@@ -301,3 +301,3 @@ /* MIT license */

var color2 = mixinColor;
var weight = weight || 50;
var weight = (weight || 0.5) * 100;

@@ -304,0 +304,0 @@ var p = weight / 100;

{
"name": "color",
"version": "0.9.0",
"version": "0.10.0",
"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