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.8 to 0.5.9

2

dist/index.cjs.js

@@ -5,2 +5,3 @@ 'use strict';

var oneself = require('@ject/oneself');
var enumColorSpace = require('@palett/enum-color-space');

@@ -54,2 +55,3 @@ var utilAnsi = require('@palett/util-ansi');

function Dye(color) {
if (!color) return oneself.oneself;
const config = this !== null && this !== void 0 ? this : {};

@@ -56,0 +58,0 @@ let {

@@ -0,1 +1,2 @@

import { oneself } from '@ject/oneself';
import { RGB, HEX, HSL } from '@palett/enum-color-space';

@@ -49,2 +50,3 @@ import { enclose, SC, CLR_FORE, Effects, rgbToAnsi, hexToAnsi, hslToAnsi } from '@palett/util-ansi';

function Dye(color) {
if (!color) return oneself;
const config = this !== null && this !== void 0 ? this : {};

@@ -51,0 +53,0 @@ let {

9

package.json
{
"name": "@palett/dye",
"version": "0.5.8",
"version": "0.5.9",
"description": "A colorant to string",

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

"dependencies": {
"@palett/enum-color-space": "^0.5.8",
"@palett/util-ansi": "^0.5.8"
"@ject/oneself": "^0.0.6",
"@palett/enum-color-space": "^0.5.9",
"@palett/util-ansi": "^0.5.9"
},

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

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