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

re2

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

re2 - npm Package Compare versions

Comparing version 1.17.1 to 1.17.2

8

package.json
{
"name": "re2",
"version": "1.17.1",
"version": "1.17.2",
"description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.",

@@ -13,3 +13,3 @@ "homepage": "https://github.com/uhop/node-re2",

"dependencies": {
"install-artifact-from-github": "^1.2.0",
"install-artifact-from-github": "^1.3.0",
"nan": "^2.15.0",

@@ -24,3 +24,3 @@ "node-gyp": "^8.4.1"

"save-to-github": "save-to-github-cache --artifact build/Release/re2.node",
"install": "install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR || npm run rebuild",
"install": "install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR --skip-path-var RE2_DOWNLOAD_SKIP_PATH --skip-ver-var RE2_DOWNLOAD_SKIP_VER || npm run rebuild",
"verify-build": "node scripts/verify-build.js",

@@ -40,4 +40,4 @@ "rebuild": "node-gyp rebuild"

],
"author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (http://lazutkin.com/)",
"author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (https://lazutkin.com/)",
"license": "BSD-3-Clause"
}

@@ -16,2 +16,6 @@ # node-re2 [![NPM version][npm-img]][npm-url]

`RE2` always works in the [Unicode mode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/unicode), which means that all matches that use character codes are interpret as Unicode code points, not as binary values of UTF-16.
See `RE2.unicodeWarningLevel` below for more details.
`RE2` object emulates standard `RegExp` making it a practical drop-in replacement in most cases.

@@ -347,2 +351,3 @@ `RE2` is extended to provide `String`-based regular expression methods as well. To help to convert

- 1.17.2 *Added support for the enhanced local mirroring by updating [install-artifact-from-github](https://github.com/uhop/install-artifact-from-github).*
- 1.17.1 *Fix for `lastIndex` for U+10000 - U+10FFFF UTF characters. Thx, [omg](https://github.com/omg).*

@@ -349,0 +354,0 @@ - 1.17.0 *Updated GYP, added support for Node 17, updated deps.*

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