Socket
Socket
Sign inDemoInstall

regexpu-core

Package Overview
Dependencies
9
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.5.4 to 4.5.5

12

package.json
{
"name": "regexpu-core",
"version": "4.5.4",
"version": "4.5.5",
"description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",

@@ -52,3 +52,3 @@ "homepage": "https://mths.be/regexpu",

"regenerate": "^1.4.0",
"regenerate-unicode-properties": "^8.0.2",
"regenerate-unicode-properties": "^8.1.0",
"regjsgen": "^0.5.0",

@@ -60,10 +60,10 @@ "regjsparser": "^0.6.0",

"devDependencies": {
"codecov": "^3.2.0",
"codecov": "^3.5.0",
"istanbul": "^0.4.5",
"jsesc": "^2.5.2",
"lodash": "^4.17.11",
"mocha": "^6.0.2",
"lodash": "^4.17.15",
"mocha": "^6.2.0",
"regexpu-fixtures": "^2.1.2",
"unicode-12.0.0": "^0.7.9"
"unicode-12.1.0": "^0.8.0"
}
}

@@ -56,3 +56,3 @@ # regexpu-core [![Build status](https://travis-ci.org/mathiasbynens/regexpu-core.svg?branch=master)](https://travis-ci.org/mathiasbynens/regexpu-core) [![Code coverage status](https://img.shields.io/codecov/c/github/mathiasbynens/regexpu-core.svg)](https://codecov.io/gh/mathiasbynens/regexpu-core)

Setting this option to `true` enables experimental support for [the `s` (`dotAll`) flag](https://github.com/mathiasbynens/es-regexp-dotall-flag).
Setting this option to `true` enables support for [the `s` (`dotAll`) flag](https://github.com/mathiasbynens/es-regexp-dotall-flag).

@@ -81,3 +81,3 @@ ```js

Setting this option to `true` enables [experimental support for Unicode property escapes](property-escapes.md):
Setting this option to `true` enables [support for Unicode property escapes](property-escapes.md):

@@ -93,3 +93,3 @@ ```js

Setting this option to `true` enables experimental support for [lookbehind assertions](https://github.com/tc39/proposal-regexp-lookbehind).
Setting this option to `true` enables support for [lookbehind assertions](https://github.com/tc39/proposal-regexp-lookbehind).

@@ -105,3 +105,3 @@ ```js

Setting this option to `true` enables experimental support for [named capture groups](https://github.com/tc39/proposal-regexp-named-groups).
Setting this option to `true` enables support for [named capture groups](https://github.com/tc39/proposal-regexp-named-groups).

@@ -108,0 +108,0 @@ ```js

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