Socket
Socket
Sign inDemoInstall

emoji-regex

Package Overview
Dependencies
0
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.2.1 to 9.2.2

es2015/index.d.ts

34

index.d.ts
declare module 'emoji-regex' {
function emojiRegex(): RegExp;
function emojiRegex(): RegExp;
export = emojiRegex;
export = emojiRegex;
}
declare module 'emoji-regex/RGI_Emoji' {
function emojiRegex(): RegExp;
export = emojiRegex;
}
declare module 'emoji-regex/text' {
function emojiRegex(): RegExp;
export = emojiRegex;
}
declare module 'emoji-regex/es2015' {
function emojiRegex(): RegExp;
export = emojiRegex;
}
declare module 'emoji-regex/es2015/RGI_Emoji' {
function emojiRegex(): RegExp;
export = emojiRegex;
}
declare module 'emoji-regex/es2015/text' {
function emojiRegex(): RegExp;
export = emojiRegex;
}
{
"name": "emoji-regex",
"version": "9.2.1",
"version": "9.2.2",
"description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",

@@ -33,9 +33,9 @@ "homepage": "https://mths.be/emoji-regex",

"RGI_Emoji.js",
"RGI_Emoji.d.ts",
"text.js",
"es2015/index.js",
"es2015/RGI_Emoji.js",
"es2015/text.js"
"text.d.ts",
"es2015"
],
"scripts": {
"build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; cp src/RGI_Emoji-pattern.txt .; node script/inject-sequences.js",
"build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src es2015_types -D -d ./es2015; node script/inject-sequences.js",
"test": "mocha",

@@ -42,0 +42,0 @@ "test:watch": "npm run test -- --watch"

@@ -1,2 +0,2 @@

# emoji-regex [![Build status](https://travis-ci.org/mathiasbynens/emoji-regex.svg?branch=master)](https://travis-ci.org/mathiasbynens/emoji-regex)
# emoji-regex [![Build status](https://travis-ci.org/mathiasbynens/emoji-regex.svg?branch=main)](https://travis-ci.org/mathiasbynens/emoji-regex)

@@ -111,3 +111,3 @@ _emoji-regex_ offers a regular expression to match all emoji symbols and sequences (including textual representations of emoji) as per the Unicode Standard.

1. On the `master` branch, bump the emoji-regex version number in `package.json`:
1. On the `main` branch, bump the emoji-regex version number in `package.json`:

@@ -125,4 +125,3 @@ ```sh

```sh
git push # push the commit
git push origin v0.1.2 # push the tag
git push
```

@@ -129,0 +128,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