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

@csstools/color-helpers

Package Overview
Dependencies
Maintainers
2
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 2.0.0 to 2.1.0

dist/conversions/srgb-to-hwb.d.ts

6

CHANGELOG.md
# Changes to Color Helpers
### 2.1.0 (May 19, 2023)
- Fix gamut mapping
- Fix `XYZ_D50_to_ProPhoto`
- Export `sRGB_to_HWB`
### 2.0.0 (March 25, 2023)

@@ -4,0 +10,0 @@

1

dist/conversions/index.d.ts

@@ -30,2 +30,3 @@ export * from './constants';

export * from './srgb-to-hsl';
export * from './srgb-to-hwb';
export * from './srgb-to-luminance';

@@ -32,0 +33,0 @@ export * from './xyz-to-lab';

16

package.json
{
"name": "@csstools/color-helpers",
"description": "Color helpers to ease transformation between formats, gamut, etc",
"version": "2.0.0",
"version": "2.1.0",
"contributors": [

@@ -17,6 +17,12 @@ {

"license": "CC0-1.0",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/csstools"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/csstools"
},
{
"type": "opencollective",
"url": "https://opencollective.com/csstools"
}
],
"engines": {

@@ -23,0 +29,0 @@ "node": "^14 || ^16 || >=18"

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