New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unicode-emoji-meta

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicode-emoji-meta

😏 Emoji JSON metadata parsed from unicode.org and indexed by name, category, sub-section, tag, keyword, vendor

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Emoji metadata in JSON format

parsed from pages

full-emoji-list.html and emoji-list.html

Example of emoji metadata:

{
  "category": "Smileys & Emotion",
  "section": "face-smiling",
  "n": "1",
  "code": "U+1F600",
  "text": "😀",
  "recentlyAdded": false,
  "name": "grinning face",
  "vendors": {
    "Appl": true,
    "Goog": true,
    "FB": true,
    "Wind": true,
    "Twtr": true,
    "Joy": true,
    "Sams": true,
    "GMail": true,
    "SB": false,
    "DCM": false,
    "KDDI": false
  },
  "tags": [
    "face",
    "grin",
    "grinning face"
  ],
  "keywords": [
    "face",
    "grin",
    "grinning"
  ]
},

JSON files types:

  • emoji-by-{field}.json - emoji metadata indexed by {field}, formatted json
  • emoji-by-{field}.min.json - emojies metadata indexed by {field}, minified json
  • emoji-by-{field}.index.json - emoji unicode string indexed by {field}, formatted json
  • emoji-by-{field}.min.json - emojies unicode string indexed by {field}, minified json

Where {field}:

  • text
  • code
  • name
  • category
  • section
  • vendor
  • tag
  • keyword

To update

git clone https://github.com/YuriGor/emoji-json.git
cd emoji-json
npm install
npm run fetch
npm run generate

correct output is not guaranteed, because source html pages layout can be changed later.

Keywords

FAQs

Package last updated on 02 Dec 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc