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.18.1 to 1.18.2

2

package.json
{
"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)).*

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