Comparing version 1.6.1 to 1.6.2
{ | ||
"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
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
1128497
123
787
345
255