Comparing version 1.18.1 to 1.18.2
{ | ||
"name": "re2", | ||
"version": "1.18.1", | ||
"version": "1.18.2", | ||
"description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/uhop/node-re2", |
'use strict'; | ||
const RE2 = require('./build/Release/re2'); | ||
const RE2 = require('./build/Release/re2.node'); | ||
@@ -5,0 +5,0 @@ if (typeof Symbol != 'undefined') { |
@@ -355,2 +355,3 @@ # node-re2 [![NPM version][npm-img]][npm-url] | ||
- 1.18.2 *Reference to the binary module by its full name.* | ||
- 1.18.1 *Support for Node 16, 18, 20 + Darwin arm64 precompiled binaries.* | ||
@@ -357,0 +358,0 @@ - 1.18.0 *Modified TS bindings, added a type test (thx, [Kenichi Kamiya](https://github.com/kachick) and [Jamie Magee](https://github.com/JamieMagee)).* |
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
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
1304086
384