Socket
Socket
Sign inDemoInstall

emoji-names

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-names - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

14

example/index.js
const emojis = require("../lib");
console.log(emojis);
// [ '💯',
// '🔢',
// '😀',
// '😬',
// '😁',
// '😂',
// [ '100',
// '1234',
// 'grinning',
// 'grimacing',
// 'grin',
// 'joy',
// ...
// '🇿🇼' ]
// 'hurtrealbad' ]

@@ -1,4 +0,4 @@

const emojis = require("emoji-unicode-map");
const emojis = require("emoji-name-map");
module.exports = Object.keys(emojis.emoji);
emojis = null;
{
"name": "emoji-names",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get the emoji names as array.",

@@ -28,4 +28,4 @@ "main": "lib/index.js",

"dependencies": {
"emoji-unicode-map": "^1.0.0"
"emoji-name-map": "^1.0.0"
}
}

@@ -17,10 +17,10 @@ # emoji-names [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/emoji-names.svg)](https://www.npmjs.com/package/emoji-names) [![Downloads](https://img.shields.io/npm/dt/emoji-names.svg)](https://www.npmjs.com/package/emoji-names) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)

console.log(emojis);
// [ '💯',
// '🔢',
// '😀',
// '😬',
// '😁',
// '😂',
// [ '100',
// '1234',
// 'grinning',
// 'grimacing',
// 'grin',
// 'joy',
// ...
// '🇿🇼' ]
// 'hurtrealbad' ]
```

@@ -27,0 +27,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc