Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

emojibase-regex

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emojibase-regex - npm Package Compare versions

Comparing version 15.0.0 to 15.1.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## 15.1.0 - 2023-10-03
#### 🚀 Updates
- Add `bn` (Bengali) language. (#161) ([84ea37c](https://github.com/milesj/emojibase/commit/84ea37c)), closes [#161](https://github.com/milesj/emojibase/issues/161)
#### 🛠 Internals
- Fix invalid dev dependency. ([e81c4f1](https://github.com/milesj/emojibase/commit/e81c4f1))
**Note:** Version bump only for package emojibase-regex
# 15.0.0 - 2023-06-11

@@ -8,0 +24,0 @@

8

package.json
{
"name": "emojibase-regex",
"version": "15.0.0",
"version": "15.1.0",
"description": "Evergreen emoji regex patterns.",

@@ -23,4 +23,4 @@ "keywords": [

"devDependencies": {
"emojibase": "15.0.0",
"emojibase-test-utils": "15.0.0"
"emojibase": "15.1.0",
"emojibase-test-utils": "15.1.0"
},

@@ -31,3 +31,3 @@ "funding": {

},
"gitHead": "f9a7a4b2e7e76b49ae4f3842570e9e785a035094"
"gitHead": "c2f82e5ea5aef3c490d0f045de7680958426fea6"
}

@@ -5,2 +5,4 @@ /* eslint-disable no-misleading-character-class */

const ranges = [
//Bengali
/[\d+_\u0980-\u09FF\u2000-\u206F-]/,
// Chinese

@@ -7,0 +9,0 @@ /[\d+_\u4E00-\u9FFF-]/,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc