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 3.0.4 to 3.0.5

14

package.json
{
"name": "emoji-aware",
"version": "3.0.4",
"version": "3.0.5",
"description": "Emoji-aware unicode string utilities",
"main": "emoji-aware.js",
"scripts": {
"test": "ava",
"test": "ava test/*.js",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | codecov"

@@ -20,3 +20,3 @@ },

"lodash.flattendeep": "^4.4.0",
"parsimmon": "^1.7.1"
"parsimmon": "^1.13.0"
},

@@ -27,9 +27,9 @@ "directories": {

"devDependencies": {
"ava": "^0.25.0",
"ava": "^2.2.0",
"benchmark": "^2.1.4",
"cheerio": "^1.0.0-rc.2",
"codecov.io": "^0.1.6",
"emojilib": "^2.2.12",
"nyc": "^11.6.0",
"request": "^2.85.0"
"emojilib": "^2.4.0",
"nyc": "^14.1.1",
"request": "^2.88.0"
},

@@ -36,0 +36,0 @@ "repository": {

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

module.exports = Object.keys(emoji.lib)
module.exports = new Set(Object.keys(emoji.lib)
.filter(function (key) {

@@ -61,2 +61,2 @@ return emoji.lib[key].char;

'👩‍❤️‍💋‍👩'
]);
]));

@@ -10,3 +10,3 @@ 'use strict';

characters.forEach(function (e) {
test('isEmoji emoji', function (t) {
test('isEmoji ' + e, function (t) {
t.true(isEmoji(e));

@@ -13,0 +13,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc