Gathering detailed insights and metrics for emojibase-test-utils
Gathering detailed insights and metrics for emojibase-test-utils
Gathering detailed insights and metrics for emojibase-test-utils
Gathering detailed insights and metrics for emojibase-test-utils
🎮 A collection of lightweight, up-to-date, pre-generated, specification compliant, localized emoji JSON datasets, regex patterns, and more.
npm install emojibase-test-utils
Typescript
Module System
Min. Node Version
Node Version
NPM Version
67.2
Supply Chain
71.1
Quality
78.5
Maintenance
100
Vulnerability
100
License
emojibase-data@16.0.3
Updated on Apr 12, 2025
emojibase-data@16.0.2
Updated on Dec 08, 2024
emojibase-data@16.0.1
Updated on Dec 08, 2024
emojibase-test-utils@16.0.0
Updated on Dec 07, 2024
emojibase-regex@16.0.0
Updated on Dec 07, 2024
emojibase-data@16.0.0
Updated on Dec 07, 2024
TypeScript (92.51%)
MDX (4.91%)
JavaScript (1.93%)
CSS (0.65%)
Total Downloads
17,368
Last Day
7
Last Week
69
Last Month
256
Last Year
2,966
MIT License
506 Stars
725 Commits
42 Forks
6 Watchers
9 Branches
18 Contributors
Updated on May 14, 2025
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
Published on
Dec 07, 2024
Cumulative downloads
Total Downloads
Last Day
600%
7
Compared to previous day
Last Week
200%
69
Compared to previous week
Last Month
-15.2%
256
Compared to previous month
Last Year
50.1%
2,966
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
no binaries found in the repo
Reason
license file detected
Details
Reason
3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Reason
Found 2/21 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
35 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-12
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