New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rethinkdbdash

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rethinkdbdash - npm Package Compare versions

Comparing version 1.12.11 to 1.12.12

2

lib/protobuf.js

@@ -5,3 +5,3 @@ var helper = require(__dirname+"/helper.js");

var fs = require("fs")
var p = require("node-protobuf").Protobuf
var p = require("node-protobuf")
var pb = new p(fs.readFileSync(__dirname+"/ql2.desc")); // Yup, that blocks.

@@ -8,0 +8,0 @@

{
"name": "rethinkdbdash",
"version": "1.12.11",
"version": "1.12.12",
"description": "A Node.js driver for RethinkDB with promises and a connection pool",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

"dependencies":{
"node-protobuf": ">= 1.0.10",
"node-protobuf": ">= 1.1.0",
"bluebird": ">= 1.0.0"

@@ -32,0 +32,0 @@ },

Sorry, the diff of this file is not supported yet

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