Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "re2", | ||
"version": "1.1.0", | ||
"description": "node.js bindings for RE2: fast, safe alternative to backtracking regular expression engines.", | ||
"version": "1.1.1", | ||
"description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.", | ||
"homepage": "http://github.com/uhop/node-re2", | ||
@@ -6,0 +6,0 @@ "bugs": "http://github.com/uhop/node-re2/issues", |
@@ -8,7 +8,7 @@ # node-re2 | ||
This project is node.js bindings for [RE2](https://code.google.com/p/re2/): | ||
fast, safe alternative to backtracking regular expression engines. It is written by [Russ Cox](http://swtch.com/~rsc/). | ||
This project provides bindings for [RE2](https://code.google.com/p/re2/): | ||
fast, safe alternative to backtracking regular expression engines written by [Russ Cox](http://swtch.com/~rsc/). | ||
To learn more about RE2, start with an overview | ||
[Regular Expression Matching in the Wild](http://swtch.com/~rsc/regexp/regexp3.html). More resources can be found | ||
at [Implementing Regular Expressions](http://swtch.com/~rsc/regexp/) page. | ||
at his [Implementing Regular Expressions](http://swtch.com/~rsc/regexp/) page. | ||
@@ -69,3 +69,3 @@ RE2's regular expression language is almost a superset of what is provided by `RegExp` | ||
* `re2.split(str[, limit])` | ||
* See [`str.split(regexp[, limit]])`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split) | ||
* See [`str.split(regexp[, limit])`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split) | ||
@@ -192,2 +192,3 @@ ### `Buffer` support | ||
- 1.1.1 *Minor corrections in README.* | ||
- 1.1.0 *Buffer-based API is public. Unicode is fully supported.* | ||
@@ -194,0 +195,0 @@ - 1.0.0 *implemeted all `RegExp` methods, and all relevant `String` methods* |
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
1340706
204