Socket
Socket
Sign inDemoInstall

culori

Package Overview
Dependencies
Maintainers
3
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

culori - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

2

package.json
{
"name": "culori",
"version": "3.1.2",
"version": "3.1.3",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./bundled/culori.cjs",

@@ -230,5 +230,5 @@ import converter from './converter.js';

let end = candidate.c;
let ε = (ranges.c[1] - ranges.c[0]) / 4000; // 0.0001 for oklch()
let epsilon = (ranges.c[1] - ranges.c[0]) / 4000; // 0.0001 for oklch()
let clipped = clipToGamut(candidate);
while (end - start > ε) {
while (end - start > epsilon) {
candidate.c = (start + end) * 0.5;

@@ -235,0 +235,0 @@ clipped = clipToGamut(candidate);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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