Comparing version 1.17.1 to 1.17.2
{ | ||
"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.* |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
1287061
370