Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rethinkdb

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rethinkdb - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

2

package.json
{
"name": "rethinkdb",
"version": "2.4.1",
"version": "2.4.2",
"main": "rethinkdb",

@@ -5,0 +5,0 @@ "description": "This package provides the JavaScript driver library for the RethinkDB database server for use in your node application.",

@@ -268,3 +268,9 @@ // DO NOT EDIT

MINVAL: 180,
MAXVAL: 181
MAXVAL: 181,
BIT_AND: 191,
BIT_OR: 192,
BIT_XOR: 193,
BIT_NOT: 194,
BIT_SAL: 195,
BIT_SAR: 196
},

@@ -271,0 +277,0 @@

Sorry, the diff of this file is too big to display

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