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

node-emoji

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-emoji - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

lib/emoji.js

@@ -83,2 +83,4 @@ /*jslint node: true*/

Emoji.emojify = function emojify(str, on_missing) {
if (!str) return '';
return str.split(parser) // parse emoji via regex

@@ -85,0 +87,0 @@ .map(function parseEmoji(s, i) {

2

package.json
{
"name": "node-emoji",
"version": "1.5.0",
"version": "1.5.1",
"description": "simple emoji support for node.js projects",

@@ -5,0 +5,0 @@ "author": "Daniel Bugl <daniel.bugl@touchlay.com>",

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