
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@qit.tools/unicode-emoji-json-lite
Advanced tools
This library provides a lightweight version of the unicode-emoji-json library.
This π library provides a πͺΆ lightweight version of the unicode-emoji-json library. Essentially, this library simplifies JSON files by using ready-made JSON from the unicode-emoji-json library.
npm i @qit.tools/unicode-emoji-json-lite
Emoji's skin tone variations are consolidated into one base entry, with a tone
flag on them.
This means one entry of π represents its 5 variationsβ ππ», ππΌ, ππ½, ππΎ, ππΏ; while raw unicode data list them as individual emoji entries.
The tone flag is present where needed; in other cases, it remains undefined to avoid creating a negative flag.
data-by-emoji-lite.json
:
{
"π": {
"name": "grinning face",
"group": "SE"
},
...
"π": {
"name": "waving hand",
"group": "PB",
"tone": true
},
}
data-by-group-lite.json
:
[
{
"name": "SE",
"emojis": [
{
"emoji": "π",
"name": "grinning face"
},
...
]
}
]
data-emoji-components.json
:
{
"light_skin_tone": "π»",
"medium_light_skin_tone": "πΌ",
"medium_skin_tone": "π½",
"medium_dark_skin_tone": "πΎ",
"dark_skin_tone": "πΏ",
"red_hair": "π¦°",
"curly_hair": "π¦±",
"white_hair": "π¦³",
"bald": "π¦²"
}
data-group-shortcuts.json
:
{
"Smileys & Emotion": "SE",
"People & Body": "PB",
"Animals & Nature": "AN",
"Food & Drink": "FD",
"Travel & Places": "TP",
"Activities": "A",
"Objects": "O",
"Symbols": "S",
"Flags": "F"
}
data-ordered-emoji.json
:
[
"π",
"π",
"π",
"π",
...
]
FAQs
This library provides a lightweight version of the unicode-emoji-json library.
The npm package @qit.tools/unicode-emoji-json-lite receives a total of 16 weekly downloads. As such, @qit.tools/unicode-emoji-json-lite popularity was classified as not popular.
We found that @qit.tools/unicode-emoji-json-lite demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socketβs AI scanner detected the supply chain attack and flagged the malware.