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
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
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
519 Stars
725 Commits
43 Forks
6 Watchers
9 Branches
18 Contributors
Updated on Jul 11, 2025
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
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
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
license file detected
Details
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
38 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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