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

emoji-name-map

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-name-map - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

3

lib/index.js

@@ -26,2 +26,5 @@ "use strict";

nameMap.get = function (name) {
if (name.charAt(0) === ":") {
name = name.slice(1, -1);
}
return this.emoji[name];

@@ -28,0 +31,0 @@ };

2

package.json
{
"name": "emoji-name-map",
"version": "1.1.2",
"version": "1.2.0",
"description": "Name to unicode emoji mapping.",

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

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