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

mongojs

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongojs - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

index.js

@@ -185,3 +185,3 @@ var mongo = require('mongodb');

function(next) {
var client = new mongo.Db(url.db, new mongo.Server(url.host, url.port), {native_parser:true});
var client = new mongo.Db(url.db, new mongo.Server(url.host, url.port, {auto_reconnect:true}), {native_parser:true});

@@ -188,0 +188,0 @@ that.bson = {

@@ -5,3 +5,3 @@ {

"keywords": ["mongo", "db", "mongodb"],
"version":"0.2.0",
"version":"0.2.1",
"homepage" : "https://github.com/gett/mongojs",

@@ -8,0 +8,0 @@ "author": "Ge.tt <hello@ge.tt>",

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