node-emoji
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -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) { |
{ | ||
"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>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147443
1545