Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

emojilib

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emojilib - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

7

package.json
{
"name": "emojilib",
"version": "0.1.0",
"version": "1.0.0",
"description": "Emoji keyword library.",

@@ -29,3 +29,6 @@ "main": "index.js",

},
"homepage": "https://github.com/muan/emojilib#readme"
"homepage": "https://github.com/muan/emojilib#readme",
"devDependencies": {
"phantomjs": "^1.9.17"
}
}

@@ -1,2 +0,2 @@

# :book: emojilib
# :book: emojilib [![Travis CI](https://travis-ci.org/muan/emojilib.svg?branch=master)](https://travis-ci.org/muan/emojilib)

@@ -23,2 +23,24 @@ Emoji keyword library.

## Usage
```javascript
> emojis
{
"grinning": {
"keywords": ["face", "smile", "happy", "joy"],
"char": "😀",
"category": "people"
},
"grin": {
"keywords": ["face", "happy", "smile", "joy"],
"char": "😁",
"category": "people"
},
...
}
> emojis.keys
[ 'grinning', 'grin', 'joy', 'smiley', 'smile', 'sweat_smile', ...]
```
## :electric_plug: Powered by emojilib

@@ -28,2 +50,3 @@

* [Megamoji](http://megamoji.muan.co) – [muan/megamoji](https://github.com/muan/megaemoji)
* [Emoji-translate](http://meowni.ca/emoji-translate) - [notwaldorf/emoji-translate](https://github.com/notwaldorf/emoji-translate)

@@ -30,0 +53,0 @@ ## :heart: YES

Sorry, the diff of this file is too big to display

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