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.13.1 to 1.14.0

.github/actions/linux-node-10/action.yml

15

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

@@ -13,10 +13,15 @@ "homepage": "http://github.com/uhop/node-re2",

"dependencies": {
"nan": "^2.14.1"
"nan": "^2.14.1",
"node-gyp": "^6.1.0"
},
"devDependencies": {
"heya-unit": "^0.3.0",
"node-gyp": "^6.1.0"
"@actions/github": "^2.2.0",
"heya-unit": "^0.3.0"
},
"scripts": {
"test": "node tests/tests.js"
"test": "node tests/tests.js",
"rebuild": "node-gyp rebuild",
"create-binary-asset": "node scripts/create-binary-asset.js --artifact build/Release/re2.node",
"install": "node scripts/install-from-cache.js --artifact build/Release/re2.node",
"verify-build": "node scripts/verify-build.js"
},

@@ -23,0 +28,0 @@ "github": "http://github.com/uhop/node-re2",

@@ -331,17 +331,5 @@ # node-re2

## Working on this project
This project uses git submodules, so the correct way to get it is:
git clone git@github.com:uhop/node-re2.git
cd node-re2
git submodule update --init --recursive
In order to build it, make sure that you have all necessary `gyp` dependencies
for your platform, then run:
npm install
## Release history
- 1.14.0 *New delivery mechanism for binary artifacts (thx, [Brandon Kobel](https://github.com/kobelb) for the idea and the research) + minor fix to eliminate warnings on Windows.*
- 1.13.1 *Fix for Windows builds.*

@@ -348,0 +336,0 @@ - 1.13.0 *Got rid of a single static variable to support multithreading.*

Sorry, the diff of this file is not supported yet

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