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

chromaticity-color-utilities

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromaticity-color-utilities - npm Package Compare versions

Comparing version 0.13.0-alpha to 0.13.1-alpha

2

dist/Blend.js

@@ -102,3 +102,3 @@ "use strict";

case 'colorburn':
newValue = a > 0 ? (1 - b) / a : 0;
newValue = a > 0 ? 1 - ((1 - b) / a) : 0;
break;

@@ -105,0 +105,0 @@ case 'vividlight':

{
"name": "chromaticity-color-utilities",
"version": "0.13.0-alpha",
"version": "0.13.1-alpha",
"description": "Color utilities for Node.js",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

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