Gathering detailed insights and metrics for text-segmentation
Gathering detailed insights and metrics for text-segmentation
Gathering detailed insights and metrics for text-segmentation
Gathering detailed insights and metrics for text-segmentation
A JavaScript library for Grapheme Breaking and identifying Grapheme Boundaries, implementing the Unicode Line Breaking Algorithm (UAX #29)
npm install text-segmentation
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
15 Stars
15 Commits
3 Forks
3 Watching
1 Branches
1 Contributors
Updated on 13 Sept 2024
Minified
Minified + Gzipped
TypeScript (100%)
Cumulative downloads
Total Downloads
Last day
-2.6%
410,852
Compared to previous day
Last week
2.9%
2,207,545
Compared to previous week
Last month
11.7%
9,187,629
Compared to previous month
Last year
51.7%
84,673,667
Compared to previous year
A JavaScript library for Grapheme Breaking and identifying Grapheme Boundaries, implementing the Unicode Line Breaking Algorithm (UAX #29)
You can install the module via npm:
npm install text-segmentation
1import {splitGraphemes} from 'text-segmentation'; 2 3const graphemes = splitGraphemes('Hello ๐จโ๐ฉโ๐งโ๐ฆ!');
You can run the test suite with:
npm test
The library implements all the GraphemeBreakTest.txt tests.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
9 existing vulnerabilities detected
Details
Reason
Found 0/13 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
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