Gathering detailed insights and metrics for emojibase-test-utils
Gathering detailed insights and metrics for emojibase-test-utils
npm install emojibase-test-utils
Typescript
Module System
Min. Node Version
Node Version
NPM Version
emojibase-data@16.0.2
Published on 08 Dec 2024
emojibase-data@16.0.1
Published on 08 Dec 2024
emojibase-test-utils@16.0.0
Published on 07 Dec 2024
emojibase-regex@16.0.0
Published on 07 Dec 2024
emojibase-data@16.0.0
Published on 07 Dec 2024
emojibase@16.0.0
Published on 07 Dec 2024
TypeScript (92.51%)
MDX (4.91%)
JavaScript (1.93%)
CSS (0.65%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
16,462
Last Day
8
Last Week
57
Last Month
187
Last Year
2,359
482 Stars
722 Commits
39 Forks
7 Watching
9 Branches
17 Contributors
Minified
Minified + Gzipped
Latest Version
16.0.0
Package Id
emojibase-test-utils@16.0.0
Unpacked Size
886.27 kB
Size
122.62 kB
File Count
23
NPM Version
10.7.0
Node Version
22.6.0
Publised On
07 Dec 2024
Cumulative downloads
Total Downloads
Last day
100%
8
Compared to previous day
Last week
111.1%
57
Compared to previous week
Last month
-9.7%
187
Compared to previous month
Last year
2.6%
2,359
Compared to previous year
1
Provides utility functions for testing Emojibase data.
yarn add emojibase-test-utils --dev
// Or
npm install emojibase-test-utils --save-dev
Use loadEmojiData
to return an array of English emoji data.
1import { loadEmojiData } from 'emojibase-test-utils'; 2 3loadEmojiData().forEach((emoji) => { 4 // Do something 5});
Or use loadFlatEmojiData
to return a flat array of emoji data (skin modifications are moved to the
root).
1import { loadFlatEmojiData } from 'emojibase-test-utils';
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
10 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/22 approved changesets -- 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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
24 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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