Gathering detailed insights and metrics for @texting/charset-astral
Gathering detailed insights and metrics for @texting/charset-astral
npm install @texting/charset-astral
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
6,269
Last Day
2
Last Week
25
Last Month
114
Last Year
1,594
1 Stars
643 Commits
2 Watching
1 Branches
1 Contributors
Latest Version
0.2.2
Package Id
@texting/charset-astral@0.2.2
Unpacked Size
3.90 kB
Size
1.91 kB
File Count
4
NPM Version
10.9.0
Node Version
23.1.0
Publised On
11 Nov 2024
Cumulative downloads
Total Downloads
Last day
100%
2
Compared to previous day
Last week
8.7%
25
Compared to previous week
Last month
0%
114
Compared to previous month
Last year
12.5%
1,594
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-astral
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
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
Reason
6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-02-03
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