🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

emoji-regex

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-regex - npm Package Compare versions

Comparing version

to
6.4.1

4

package.json
{
"name": "emoji-regex",
"version": "6.4.0",
"version": "6.4.1",
"description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",

@@ -34,3 +34,3 @@ "homepage": "https://mths.be/emoji-regex",

"build": "babel src -d .; node script/inject-sequences.js",
"clean": "rm -- index.js text.js",
"clean": "rm -f -- index.js text.js",
"prepublish": "npm run clean && npm run build",

@@ -37,0 +37,0 @@ "test": "npm run build && mocha",