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

emoji-unicode-map

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-unicode-map - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

13

lib/index.js
"use strict";
const names = require("emoji-name-map")
, iterateObject = require("iterate-object")
;
var names = require("emoji-name-map"),
iterateObject = require("iterate-object");
const unicode = module.exports = {};
var unicode = module.exports = {};
unicode.emoji = {};
iterateObject(names.emoji, (value, name) => unicode.emoji[value] = name);
iterateObject(names.emoji, function (value, name) {
return unicode.emoji[value] = name;
});

@@ -23,2 +24,2 @@ /**

return unicode.emoji[char];
};
};
{
"name": "emoji-unicode-map",
"version": "1.1.1",
"version": "1.1.2",
"description": "Unicode to name emoji mapping.",

@@ -42,2 +42,3 @@ "main": "lib/index.js",

"menu/",
"scripts/",
"cli.js",

@@ -44,0 +45,0 @@ "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