New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@palett/dye

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@palett/dye - npm Package Compare versions

Comparing version 0.5.7 to 0.5.8

6

dist/index.cjs.js

@@ -60,3 +60,3 @@ 'use strict';

} = config;
if (effects === null || effects === void 0 ? void 0 : effects.length) assignEffects.call(config, effects);
if (effects !== null && effects !== void 0 && effects.length) assignEffects.call(config, effects);
head = utilAnsi.enclose(head + utilAnsi.SC + ansi(color)), tail = utilAnsi.enclose(tail + utilAnsi.SC + utilAnsi.CLR_FORE);

@@ -104,3 +104,3 @@ return dye.bind({

};
if (effects === null || effects === void 0 ? void 0 : effects.length) assignEffects.call(conf, effects);
if (effects !== null && effects !== void 0 && effects.length) assignEffects.call(conf, effects);
return Dye.bind(conf);

@@ -117,3 +117,3 @@ }

};
if (effects === null || effects === void 0 ? void 0 : effects.length) assignEffects.call(conf, effects);
if (effects !== null && effects !== void 0 && effects.length) assignEffects.call(conf, effects);
return Dye.bind(conf);

@@ -120,0 +120,0 @@ }

@@ -56,3 +56,3 @@ import { RGB, HEX, HSL } from '@palett/enum-color-space';

} = config;
if (effects === null || effects === void 0 ? void 0 : effects.length) assignEffects.call(config, effects);
if (effects !== null && effects !== void 0 && effects.length) assignEffects.call(config, effects);
head = enclose(head + SC + ansi(color)), tail = enclose(tail + SC + CLR_FORE);

@@ -100,3 +100,3 @@ return dye.bind({

};
if (effects === null || effects === void 0 ? void 0 : effects.length) assignEffects.call(conf, effects);
if (effects !== null && effects !== void 0 && effects.length) assignEffects.call(conf, effects);
return Dye.bind(conf);

@@ -113,3 +113,3 @@ }

};
if (effects === null || effects === void 0 ? void 0 : effects.length) assignEffects.call(conf, effects);
if (effects !== null && effects !== void 0 && effects.length) assignEffects.call(conf, effects);
return Dye.bind(conf);

@@ -116,0 +116,0 @@ }

{
"name": "@palett/dye",
"version": "0.5.7",
"version": "0.5.8",
"description": "A colorant to string",

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

"dependencies": {
"@palett/enum-color-space": "^0.5.7",
"@palett/util-ansi": "^0.5.7"
"@palett/enum-color-space": "^0.5.8",
"@palett/util-ansi": "^0.5.8"
},

@@ -41,3 +41,3 @@ "repository": {

"homepage": "https://github.com/hoyeungw/palett/dye#readme",
"gitHead": "29bdfb088d1fd561d7f6e3592930e91975114603"
"gitHead": "60fe5fa3c110ace9659a50ba52281a21a2b8aa8a"
}
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