emoji-regex
Advanced tools
Comparing version 9.2.1 to 9.2.2
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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15
0
97916
138