Gathering detailed insights and metrics for emojibase-regex
Gathering detailed insights and metrics for emojibase-regex
Gathering detailed insights and metrics for emojibase-regex
Gathering detailed insights and metrics for emojibase-regex
🎮 A collection of lightweight, up-to-date, pre-generated, specification compliant, localized emoji JSON datasets, regex patterns, and more.
npm install emojibase-regex
Typescript
Module System
Node Version
NPM Version
99.8
Supply Chain
76
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
25,711,823
Last Day
41,717
Last Week
276,999
Last Month
1,148,023
Last Year
11,035,498
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-regex@16.0.0
Unpacked Size
174.67 kB
Size
33.59 kB
File Count
37
NPM Version
10.7.0
Node Version
22.6.0
Published on
Dec 07, 2024
Cumulative downloads
Total Downloads
Last Day
-1%
41,717
Compared to previous day
Last Week
0.3%
276,999
Compared to previous week
Last Month
-2.9%
1,148,023
Compared to previous month
Last Year
47.3%
11,035,498
Compared to previous year
2
Install the package.
yarn add emojibase-regex
Import and use the RegExp
pattern.
1import EMOJI_REGEX from 'emojibase-regex'; 2import EMOTICON_REGEX from 'emojibase-regex/emoticon'; 3import SHORTCODE_REGEX from 'emojibase-regex/shortcode'; 4import SHORTCODE_NATIVE_REGEX from 'emojibase-regex/shortcode-native'; 5 6`🏰`.match(EMOJI_REGEX); 7':)'.match(EMOTICON_REGEX); 8':castle:'.match(SHORTCODE_REGEX); 9':гвинея:'.match(SHORTCODE_NATIVE_REGEX);
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