Socket
Socket
Sign inDemoInstall

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.21.2 to 1.21.3

8

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

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

"install-artifact-from-github": "^1.3.5",
"nan": "^2.19.0",
"nan": "^2.20.0",
"node-gyp": "^10.1.0"

@@ -38,4 +38,4 @@ },

"rebuild": "node-gyp -j max rebuild",
"clean": "node-gyp clean",
"reconfigure": "node-gyp configure"
"clean": "node-gyp clean && node-gyp configure",
"clean-build": "node-gyp clean"
},

@@ -42,0 +42,0 @@ "github": "https://github.com/uhop/node-re2",

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

- 1.21.3 *Fixed an empty string regression reported by [Rhys Arkins](https://github.com/rarkins), thx! Updated deps.*
- 1.21.2 *Fixed another memory regression reported by [matthewvalentine](https://github.com/matthewvalentine), thx! Updated deps. Added more tests and benchmarks.*

@@ -358,0 +359,0 @@ - 1.21.1 *Fixed a memory regression reported by [matthewvalentine](https://github.com/matthewvalentine), thx! Updated deps.*

Sorry, the diff of this file is not supported yet

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