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

connect2mongo

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect2mongo - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

db.js

@@ -28,3 +28,3 @@ var BPromise = require('bluebird');

var url = 'mongodb://' + fallback(genUser(auth), '') + fallback(host, 'localhost') + ':' + fallback(port, 27017) + '/' + fallback(db, 'mydb');
var url = 'mongodb://' + fallback(genUser(username, password), '') + fallback(host, 'localhost') + ':' + fallback(port, 27017) + '/' + fallback(db, 'mydb');

@@ -31,0 +31,0 @@ return new BPromise (function (resolve, reject) {

{
"name": "connect2mongo",
"version": "0.0.3",
"version": "0.0.4",
"description": "A library to help you connect to mongodb",

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

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