Gathering detailed insights and metrics for @texting/charset-ansi
Gathering detailed insights and metrics for @texting/charset-ansi
npm install @texting/charset-ansi
Typescript
Module System
Min. Node Version
Node Version
NPM Version
64
Supply Chain
75.6
Quality
85.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
37,801
Last Day
73
Last Week
2,154
Last Month
4,972
Last Year
9,036
1 Stars
689 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Mar 16, 2025
Latest Version
0.2.3
Package Id
@texting/charset-ansi@0.2.3
Unpacked Size
3.86 kB
Size
1.91 kB
File Count
4
NPM Version
11.1.0
Node Version
23.7.0
Published on
Mar 16, 2025
Cumulative downloads
Total Downloads
Last Day
-84.4%
73
Compared to previous day
Last Week
158.6%
2,154
Compared to previous week
Last Month
1,155.6%
4,972
Compared to previous month
Last Year
120.6%
9,036
Compared to previous year
1
A function returning string length, s.t. skipping ansi (escape) codes, correcting length of astral symbols.
1$ npm install @texting/charset-ansi
1import { lange } from '@texting/charset-ansi' 2const list = [ 3 'tolstoy', 4 '\u001b[3;4;31mhatsu\u001b[0m', 5 '\u{1F3C3}2\u{1F525}7', 6] 7for (let tx of list) { 8 console.log(`[${tx}] [length] (${tx.length}) [lange] (${lange(tx)})`) 9}
Copyright (c) 2019-present, Haoyang (Vincent) Wang
No vulnerabilities found.
Reason
17 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
no SAST tool detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-03-10
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More