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

@fastkit/color

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/color - npm Package Compare versions

Comparing version 0.8.18 to 0.9.0

LICENSE

3

dist/color.cjs.js

@@ -816,5 +816,6 @@ 'use strict';

else if (maybeHSL(mixSource)) {
const { h, s, l, a } = parseColorSource(mixSource);
mixSource = {
...this.hslaJSON(),
...mixSource,
...{ h, s, l, a },
};

@@ -821,0 +822,0 @@ options = {

@@ -816,5 +816,6 @@ 'use strict';

else if (maybeHSL(mixSource)) {
const { h, s, l, a } = parseColorSource(mixSource);
mixSource = {
...this.hslaJSON(),
...mixSource,
...{ h, s, l, a },
};

@@ -821,0 +822,0 @@ options = {

{
"name": "@fastkit/color",
"version": "0.8.18",
"description": "@fastkit/color",
"version": "0.9.0",
"description": "Value object implementation for controlling \"color\".",
"buildOptions": {
"name": "Color"
},
"_docs": {
"scope": "",
"feature": "color",
"description": {
"en": "Value object implementation for controlling \"color\".",
"ja": "「色」をコントロールするための値オブジェクト実装。"
}
},
"main": "index.js",

@@ -30,4 +38,4 @@ "module": "dist/color.mjs",

"dependencies": {
"@fastkit/tiny-logger": "0.8.18"
"@fastkit/tiny-logger": "0.9.0"
}
}

@@ -1,1 +0,4 @@

# @fastkit/color
# @fastkit/color
## Documentation
https://dadajam4.github.io/fastkit/color/

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