You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@palett/util-ansi

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@palett/util-ansi - npm Package Compare versions

Comparing version

to
0.7.8

2

dist/index.cjs.js

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

const ESC = '\u001b';
const L = ESC + '[';
const L = '\u001b[';
const R = 'm';

@@ -12,0 +12,0 @@ const SC = ';';

@@ -5,3 +5,3 @@ import { hexToInt, hslToRgb } from '@palett/convert';

const ESC = '\u001b';
const L = ESC + '[';
const L = '\u001b[';
const R = 'm';

@@ -8,0 +8,0 @@ const SC = ';';

{
"name": "@palett/util-ansi",
"version": "0.7.7",
"version": "0.7.8",
"description": "A color converter",

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

"dependencies": {
"@palett/convert": "^0.7.7"
"@palett/convert": "^0.7.8"
},

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

"homepage": "https://github.com/hoyeungw/palett/util-ansi#readme",
"gitHead": "c7c1417a65909783b3589e2635aa484eead05695"
"gitHead": "ffbf1bc4f866bee517884ee6ded22e256c0ba8ff"
}