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.2.0 to 6.3.0

dist/text.js

5

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

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

"LICENSE-MIT.txt",
"dist/index.js"
"dist/index.js",
"dist/text.js"
],

@@ -32,0 +33,0 @@ "scripts": {

@@ -51,2 +51,8 @@ # emoji-regex [![Build status](https://travis-ci.org/mathiasbynens/emoji-regex.svg?branch=master)](https://travis-ci.org/mathiasbynens/emoji-regex)

To match emoji in their textual representation as well (i.e. emoji that are not `Emoji_Presentation` symbols and that aren’t forced to render as emoji by a variation selector), `require` the other regex:
```js
const emojiRegex = require('emoji-regex/text.js');
```
## Author

@@ -53,0 +59,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc