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

@thi.ng/color

Package Overview
Dependencies
Maintainers
1
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/color - npm Package Compare versions

Comparing version 5.6.50 to 5.6.51

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-07-19T14:56:21Z
- **Last updated**: 2024-07-22T13:15:57Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/color",
"version": "5.6.50",
"version": "5.6.51",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",

@@ -43,15 +43,15 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.11.6",
"@thi.ng/arrays": "^2.9.11",
"@thi.ng/binary": "^3.4.29",
"@thi.ng/checks": "^3.6.8",
"@thi.ng/compare": "^2.3.9",
"@thi.ng/compose": "^3.0.9",
"@thi.ng/defmulti": "^3.0.44",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/math": "^5.11.4",
"@thi.ng/random": "^3.8.5",
"@thi.ng/strings": "^3.8.0",
"@thi.ng/transducers": "^9.0.10",
"@thi.ng/vectors": "^7.11.4"
"@thi.ng/api": "^8.11.7",
"@thi.ng/arrays": "^2.9.12",
"@thi.ng/binary": "^3.4.30",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/compare": "^2.3.10",
"@thi.ng/compose": "^3.0.10",
"@thi.ng/defmulti": "^3.0.45",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/math": "^5.11.5",
"@thi.ng/random": "^4.0.0",
"@thi.ng/strings": "^3.8.1",
"@thi.ng/transducers": "^9.0.11",
"@thi.ng/vectors": "^7.11.5"
},

@@ -449,3 +449,3 @@ "devDependencies": {

},
"gitHead": "c7aaa453b01a45e5235517db9d2a283b97abac96\n"
"gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n"
}

@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 189 standalone projects, maintained as part
> This is one of 198 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -351,3 +351,3 @@ > and anti-framework.

import { svg } from "@thi.ng/hiccup-svg";
import { writeFileSync } from "fs";
import { writeFileSync } "node:fs";

@@ -479,3 +479,3 @@ // color theme definition using:

import { svg } from "@thi.ng/hiccup-svg";
import { writeFileSync } from "fs";
import { writeFileSync } "node:fs";

@@ -700,2 +700,4 @@ const L = 0.8;

Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
## Usage examples

@@ -702,0 +704,0 @@

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