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 1.9.0-0 to 1.9.0-1

2

package.json
{ "name" : "rethinkdb"
, "version" : "1.9.0-0"
, "version" : "1.9.0-1"
, "main" : "rethinkdb"

@@ -4,0 +4,0 @@ , "description" : "This package provides the JavaScript driver library for the RethinkDB database server for use either from node or your web-browser."

@@ -13,2 +13,8 @@ // Generated by CoffeeScript 1.4.0

if (native_pb.SerializeQuery != null) {
module.exports.protobuf_implementation = "cpp";
} else {
module.exports.protobuf_implementation = "js";
}
protodef = require('./proto-def');

@@ -15,0 +21,0 @@

// Generated by CoffeeScript 1.4.0
var net, rethinkdb;
var net, protobuf, rethinkdb;

@@ -8,4 +8,8 @@ rethinkdb = require('./ast');

protobuf = require('./protobuf');
rethinkdb.connect = net.connect;
rethinkdb.protobuf_implementation = protobuf.protobuf_implementation;
module.exports = rethinkdb;

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