Socket
Socket
Sign inDemoInstall

emoji-regex

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.0 to 6.4.0

index.js

12

package.json
{
"name": "emoji-regex",
"version": "6.3.0",
"version": "6.4.0",
"description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
"homepage": "https://mths.be/emoji-regex",
"main": "dist/index.js",
"main": "index.js",
"keywords": [

@@ -29,8 +29,8 @@ "unicode",

"LICENSE-MIT.txt",
"dist/index.js",
"dist/text.js"
"index.js",
"text.js"
],
"scripts": {
"build": "babel src -d dist; node script/inject-sequences.js",
"clean": "rm -rf dist",
"build": "babel src -d .; node script/inject-sequences.js",
"clean": "rm -- index.js text.js",
"prepublish": "npm run clean && npm run build",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc