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.1.0 to 1.1.1

4

package.json
{
"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*

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