+8
-7
| { | ||
| "name": "re2", | ||
| "version": "1.23.2", | ||
| "version": "1.23.3", | ||
| "description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.", | ||
@@ -19,10 +19,10 @@ "homepage": "https://github.com/uhop/node-re2", | ||
| "install-artifact-from-github": "^1.4.0", | ||
| "nan": "^2.24.0", | ||
| "node-gyp": "^12.1.0" | ||
| "nan": "^2.25.0", | ||
| "node-gyp": "^12.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^25.0.10", | ||
| "nano-benchmark": "^1.0.8", | ||
| "tape-six": "^1.5.1", | ||
| "tape-six-proc": "^1.2.1", | ||
| "@types/node": "^25.2.2", | ||
| "nano-benchmark": "^1.0.9", | ||
| "tape-six": "^1.7.0", | ||
| "tape-six-proc": "^1.2.2", | ||
| "typescript": "^5.9.3" | ||
@@ -32,2 +32,3 @@ }, | ||
| "test": "tape6-proc --flags FO", | ||
| "test:seq": "tape6-seq --flags FO", | ||
| "save-to-github": "save-to-github-cache --artifact build/Release/re2.node", | ||
@@ -34,0 +35,0 @@ "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 || node-gyp -j max rebuild", |
+1
-0
@@ -419,2 +419,3 @@ # node-re2 [![NPM version][npm-img]][npm-url] | ||
| - 1.23.3 *Updated Abseil and dev dependencies.* | ||
| - 1.23.2 *Updated dev dependencies.* | ||
@@ -421,0 +422,0 @@ - 1.23.1 *Updated Abseil and dev dependencies.* |
12311119
0452
0.22%Updated
Updated