You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

reregexp

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reregexp - npm Package Versions

23

1.6.1

Diff
j
jxz_211
published 1.6.1 •

Changelog

Source

[1.6.1] - 2023-05-21

Added

  • Add ESM module export support.
j
jxz_211
published 1.6.0 •

Changelog

Source

[1.6.0] - 2022-05-09

Added

  • Add charactersOfAny config, you can either set a global config with the static property ReRegExp.charactersOfAny or with a ParserConf for an instance new ReRegExp(context, { charactersOfAny }), it let you can define which characters can be generated by a . character class.
j
jxz_211
published 1.5.0 •

Changelog

Source

[1.5.0] - 2021-05-19

Added

  • Support unicode property class syntax, e.g. \p{Letter}, more details have shown in README.
j
jxz_211
published 1.4.0 •

Changelog

Source

[1.4.0] - 2021-05-16

Added

  • Add capture config field, if you care about the result of the regexp group data. Also add tests for this feature.

Changed

  • Optimize some regexp rules of the parser.
  • Change the default export library name from 'RegexpParser' to ReRegExp in browser.
  • Make the readme more clearly.
  • Upgrade the typescript and other tools dependencies versions.
j
jxz_211
published 1.3.3 •
j
jxz_211
published 1.3.2 •
j
jxz_211
published 1.3.1 •
j
jxz_211
published 1.3.0 •
j
jxz_211
published 1.2.0 •
j
jxz_211
published 1.1.2 •