🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@alcalzone/ansi-tokenize

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alcalzone/ansi-tokenize - npm Package Compare versions

Comparing version

to
0.2.0

6

package.json
{
"name": "@alcalzone/ansi-tokenize",
"version": "0.1.3",
"version": "0.2.0",
"description": "Efficiently modify strings containing ANSI escape codes",

@@ -27,3 +27,3 @@ "publishConfig": {

"engines": {
"node": ">=14.13.1"
"node": ">=18"
},

@@ -49,3 +49,3 @@ "devDependencies": {

"ansi-styles": "^6.2.1",
"is-fullwidth-code-point": "^4.0.0"
"is-fullwidth-code-point": "^5.0.0"
},

@@ -52,0 +52,0 @@ "scripts": {

@@ -234,2 +234,7 @@ # @alcalzone/ansi-tokenize

-->
### 0.2.0 (2025-04-24)
- Breaking: Require Node.js 18+
- Fix: Detect emojis as being full width
### 0.1.3 (2023-09-07)

@@ -236,0 +241,0 @@