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
81
Maintenance
100
Vulnerability
100
License
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%)
Total Downloads
21,652,811
Last Day
45,630
Last Week
204,501
Last Month
890,315
Last Year
9,617,359
482 Stars
722 Commits
39 Forks
7 Watching
9 Branches
17 Contributors
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
Publised On
07 Dec 2024
Cumulative downloads
Total Downloads
Last day
14%
45,630
Compared to previous day
Last week
-8.6%
204,501
Compared to previous week
Last month
7.7%
890,315
Compared to previous month
Last year
45.4%
9,617,359
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
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