Socket
Socket
Sign inDemoInstall

emoji-aware

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

Comparing version 1.5.0 to 2.0.0

2

package.json
{
"name": "emoji-aware",
"version": "1.5.0",
"version": "2.0.0",
"description": "Emoji-aware unicode string utilities",

@@ -5,0 +5,0 @@ "main": "emoji-aware.js",

@@ -56,3 +56,5 @@ 'use strict';

KeycapEmoji
);
).map(function (result) {
return flattenDeep(result).join('');
});

@@ -66,3 +68,3 @@ exports.parseOne = function (string) {

return flattenDeep(result.value).join('');
return result.value;
};

@@ -77,5 +79,3 @@

return result.value.map(function (p) {
return flattenDeep(p).join('');
});
return result.value;
};
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