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

@palett/util-fluo

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@palett/util-fluo - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

8

dist/index.cjs.js

@@ -233,2 +233,9 @@ 'use strict';

const extractBound = objectWithBound => {
return objectWithBound ? {
max: objectWithBound.max,
min: objectWithBound.min
} : null;
};
exports.BlendDye = Projector;

@@ -239,2 +246,3 @@ exports.NL = NL;

exports.dyezip = dyezip;
exports.extractBound = extractBound;
exports.fluo = fluo;

@@ -241,0 +249,0 @@ exports.fluoZip = fluo;

9

dist/index.esm.js

@@ -229,2 +229,9 @@ import { STRICT } from '@typen/enum-check-levels';

export { Projector as BlendDye, NL, Projector, dyemap, dyezip, fluo, fluo as fluoZip, hslToDye, leverage, parseHsl, presetToFlat, presetToLeap };
const extractBound = objectWithBound => {
return objectWithBound ? {
max: objectWithBound.max,
min: objectWithBound.min
} : null;
};
export { Projector as BlendDye, NL, Projector, dyemap, dyezip, extractBound, fluo, fluo as fluoZip, hslToDye, leverage, parseHsl, presetToFlat, presetToLeap };

12

package.json
{
"name": "@palett/util-fluo",
"version": "0.3.5",
"version": "0.3.6",
"description": "A colorant to string",

@@ -18,6 +18,6 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@aryth/bound-vector": "^0.2.7",
"@aryth/comparer": "^0.2.7",
"@palett/convert": "^0.3.5",
"@palett/dye": "^0.3.5",
"@aryth/bound-vector": "^0.2.9",
"@aryth/comparer": "^0.2.9",
"@palett/convert": "^0.3.6",
"@palett/dye": "^0.3.6",
"@typen/enum-check-levels": "^0.1.5",

@@ -46,3 +46,3 @@ "@typen/num-strict": "^0.1.5",

"homepage": "https://github.com/hoyeungw/palett/util-fluo#readme",
"gitHead": "c2ca58acdbfcc19e95d54134c815381cc2ffca4f"
"gitHead": "965d1ba591a361fd8cb3997a613b32d485985cf7"
}
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