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.6.1 to 1.6.2

tests/test_prototype.js

2

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

@@ -5,0 +5,0 @@ "homepage": "http://github.com/uhop/node-re2",

@@ -317,2 +317,3 @@ # node-re2

- 1.6.2 *Bug fix for a prototype access. Thx [Exter-N](https://github.com/Exter-N)!*
- 1.6.1 *Returned support for node 4 LTS. Thx [Kannan Goundan](https://github.com/cakoose)!*

@@ -319,0 +320,0 @@ - 1.6.0 *Added well-known symbol-based methods of ES6. Refreshed NAN.*

@@ -6,14 +6,15 @@ "use strict";

var testGeneral = require("./test_general");
var testExec = require("./test_exec");
var testTest = require("./test_test");
var testToString = require("./test_toString");
var testMatch = require("./test_match");
var testReplace = require("./test_replace");
var testSearch = require("./test_search");
var testSplit = require("./test_split");
var testInvalid = require("./test_invalid");
var testSplit = require("./test_symbols");
var testGeneral = require("./test_general");
var testExec = require("./test_exec");
var testTest = require("./test_test");
var testToString = require("./test_toString");
var testMatch = require("./test_match");
var testReplace = require("./test_replace");
var testSearch = require("./test_search");
var testSplit = require("./test_split");
var testInvalid = require("./test_invalid");
var testSymbols = require("./test_symbols");
var testPrototype = require("./test_prototype");
unit.run();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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