Gathering detailed insights and metrics for emojibase-data
Gathering detailed insights and metrics for emojibase-data
Gathering detailed insights and metrics for emojibase-data
Gathering detailed insights and metrics for emojibase-data
🎮 A collection of lightweight, up-to-date, pre-generated, specification compliant, localized emoji JSON datasets, regex patterns, and more.
npm install emojibase-data
Typescript
Module System
Node Version
NPM Version
99.8
Supply Chain
82.6
Quality
82.7
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
10,328,878
Last Day
17,557
Last Week
105,766
Last Month
408,776
Last Year
4,188,037
MIT License
506 Stars
725 Commits
42 Forks
6 Watchers
9 Branches
18 Contributors
Updated on May 14, 2025
Latest Version
16.0.3
Package Id
emojibase-data@16.0.3
Unpacked Size
45.15 MB
Size
6.19 MB
File Count
324
NPM Version
10.8.2
Node Version
20.19.0
Published on
Apr 12, 2025
Cumulative downloads
Total Downloads
Last Day
6.7%
17,557
Compared to previous day
Last Week
10.5%
105,766
Compared to previous week
Last Month
-7.5%
408,776
Compared to previous month
Last Year
41.6%
4,188,037
Compared to previous year
1
1
Install the package.
yarn add emojibase-data
Import and use the localized JSON dataset.
1import data from 'emojibase-data/en/data.json';
Or fetch the dataset from our CDN.
1import { fetchFromCDN, fetchEmojis, fetchShortcodes } from 'emojibase'; 2 3const englishEmojis = await fetchFromCDN('en/data.json', { shortcodes: ['github'] }); 4const japaneseCompactEmojis = await fetchEmojis('ja', { compact: true }); 5const germanCldrShortcodes = await fetchShortcodes('de', 'cldr');
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