Socket
Socket
Sign inDemoInstall

unicode-regex

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

4.0.0

Diff

Changelog

Source

4.0.0 (2023-07-09)

Build System

  • update infra (#298) (4270f16)

Features

BREAKING CHANGES

  • upgrade Unicode data from v12.1.0 to v15.0.0
  • this package is now pure ESM

<a name="3.0.0"></a>

ikatyang
published 3.0.0 •

Changelog

Source

3.0.0 (2019-09-29)

Features

BREAKING CHANGES

  • upgrade Unicode data from v10.0.0 to v12.1.0

<a name="2.0.0"></a>

ikatyang
published 2.0.0 •

Changelog

Source

2.0.0 (2018-02-09)

Features

  • rewrite with node-unicode-data and regexp-util (#57) (c26d703)

BREAKING CHANGES

More categories, processable output, and adding codepoints that's greater than 0xffff.

// before
unicode_regex(['Pc', 'Pd', 'Pe', 'Pf', 'Pi', 'Po', 'Ps'])

// after
unicode({ General_Category: ['Punctuation'] }).toRegExp()

<a name="1.0.1"></a>

ikatyang
published 1.0.1 •

Changelog

Source

1.0.1 (2017-11-12)

Bug Fixes

<a name="1.0.0"></a>

ikatyang
published 1.0.0 •

Changelog

Source

1.0.0 (2017-11-12)

Features

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