Socket
Socket
Sign inDemoInstall

roachjs

Package Overview
Dependencies
16
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.18 to 0.2.19

2

lib/http_sender.js

@@ -54,3 +54,3 @@ // Dependencies

// ssl and unencrypted. I'm waiting for CockroachDB stable release.
if(uri.protocol === 'http' && opts.http === require('https')) {
if(uri.protocol === 'http:' && opts.http === require('https')) {
// Downgrade to http, respect the uri

@@ -57,0 +57,0 @@ opts.http = require('http')

{
"name": "roachjs",
"version": "0.2.18",
"version": "0.2.19",
"description": "Node.js driver for cockroachdb.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc