New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.6 to 0.0.7

7

dist/index.cjs.js

@@ -157,11 +157,12 @@ 'use strict';

let blendDye;
return valueLeap.dif && colorLeap.dif.some(n => !!n) ? (blendDye = BlendDye(valueLeap, colorLeap), colorant ? mapper(keys, (x, v) => isNumeric(v) ? blendDye(v) : primeDye) : zipper(keys, values, (x, v) => {
const fn = valueLeap.dif && colorLeap.dif.some(n => !!n) ? (blendDye = BlendDye(valueLeap, colorLeap), colorant ? (x, v) => isNumeric(v) ? blendDye(v) : primeDye : (x, v) => {
var _x, _x2;
return isNumeric(v) ? (_x = x, blendDye(v)(_x)) : (_x2 = x, primeDye(_x2));
})) : (blendDye = (_colorLeap$min = colorLeap.min, hslToDye(_colorLeap$min)), colorant ? mapper(keys, (x, v) => isNumeric(v) ? blendDye : primeDye) : zipper(keys, values, (x, v) => {
}) : (blendDye = (_colorLeap$min = colorLeap.min, hslToDye(_colorLeap$min)), colorant ? (x, v) => isNumeric(v) ? blendDye : primeDye : (x, v) => {
var _x3, _x4;
return isNumeric(v) ? (_x3 = x, blendDye(_x3)) : (_x4 = x, primeDye(_x4));
}));
});
return zipper(keys, values, fn);
};

@@ -168,0 +169,0 @@

@@ -153,11 +153,12 @@ import { Num, STRING } from 'typen';

let blendDye;
return valueLeap.dif && colorLeap.dif.some(n => !!n) ? (blendDye = BlendDye(valueLeap, colorLeap), colorant ? mapper(keys, (x, v) => isNumeric(v) ? blendDye(v) : primeDye) : zipper(keys, values, (x, v) => {
const fn = valueLeap.dif && colorLeap.dif.some(n => !!n) ? (blendDye = BlendDye(valueLeap, colorLeap), colorant ? (x, v) => isNumeric(v) ? blendDye(v) : primeDye : (x, v) => {
var _x, _x2;
return isNumeric(v) ? (_x = x, blendDye(v)(_x)) : (_x2 = x, primeDye(_x2));
})) : (blendDye = (_colorLeap$min = colorLeap.min, hslToDye(_colorLeap$min)), colorant ? mapper(keys, (x, v) => isNumeric(v) ? blendDye : primeDye) : zipper(keys, values, (x, v) => {
}) : (blendDye = (_colorLeap$min = colorLeap.min, hslToDye(_colorLeap$min)), colorant ? (x, v) => isNumeric(v) ? blendDye : primeDye : (x, v) => {
var _x3, _x4;
return isNumeric(v) ? (_x3 = x, blendDye(_x3)) : (_x4 = x, primeDye(_x4));
}));
});
return zipper(keys, values, fn);
};

@@ -164,0 +165,0 @@

{
"name": "@palett/util-fluo",
"version": "0.0.6",
"version": "0.0.7",
"description": "A colorant to string",

@@ -19,4 +19,4 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@palett/convert": "^0.0.6",
"@palett/dye": "^0.0.6",
"@palett/convert": "^0.0.7",
"@palett/dye": "^0.0.7",
"typen": "^0.1.9"

@@ -42,3 +42,3 @@ },

"homepage": "https://github.com/hoyeungw/palett/util-fluo#readme",
"gitHead": "7497057b2a2e6dd14fca73d42f5f3460839a0fec"
"gitHead": "60faf8e71bf3819c60f1b8215167019b28e37084"
}
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