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

@csstools/color-helpers

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/color-helpers - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

12

CHANGELOG.md
# Changes to Color Helpers
### 4.2.0
_April 21, 2024_
- Add `mapGamutRayTrace` function
### 4.1.0

@@ -17,8 +23,2 @@

### 3.0.2
_September 2, 2023_
- Undo the changes from `3.0.1`.
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers/CHANGELOG.md)

@@ -130,2 +130,7 @@ /**

/**
* @license MIT https://github.com/facelessuser/coloraide/blob/main/LICENSE.md
*/
export declare function mapGamutRayTrace(startOKLCH: Color, toLinear: (x: Color) => Color, fromLinear: (x: Color) => Color): Color;
export declare const namedColors: Record<string, Color>;

@@ -132,0 +137,0 @@

{
"name": "@csstools/color-helpers",
"description": "Color helpers to ease transformation between formats, gamut, etc",
"version": "4.1.0",
"version": "4.2.0",
"contributors": [

@@ -6,0 +6,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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