New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.7 to 2.1.0

3

index.js
module.exports = {
lib: require('./emojis'),
ordered: require('./ordered')
ordered: require('./ordered'),
fitzpatrick_scale_modifiers: ["🏻", "🏼", "🏽", "🏾", "🏿"]
}
{
"name": "emojilib",
"version": "2.0.7",
"version": "2.1.0",
"description": "Emoji keyword library.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -28,2 +28,3 @@ # :book: emojilib [![Travis CI](https://travis-ci.org/muan/emojilib.svg?branch=master)](https://travis-ci.org/muan/emojilib) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

"char": "😀",
"fitzpatrick_scale": false,
"category": "people"

@@ -34,2 +35,3 @@ },

"char": "😁",
"fitzpatrick_scale": false,
"category": "people"

@@ -42,2 +44,14 @@ },

[ 'grinning', 'grimacing', 'grin', 'joy', 'smiley', 'smile', 'sweat_smile', ...]
> emoji.fitzpatrick_scale_modifiers
[ '🏻', '🏼', '🏽', '🏾', '🏿' ]
> emoji.lib.v.fitzpatrick_scale
true
> emoji.lib.turtle.fitzpatrick_scale
false
> emoji.lib.v.char + emoji.fitzpatrick_scale_modifiers[4]
'✌🏿'
```

@@ -44,0 +58,0 @@

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