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.4 to 0.0.5

2

package.json
{
"name": "connect2mongo",
"version": "0.0.4",
"version": "0.0.5",
"description": "A library to help you connect to mongodb",

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

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

return new BPromise(function (resolve, reject) {
db.authenticate(username, password, options, function (err, result) {
database.authenticate(username, password, options, function (err, result) {
if (err) {

@@ -16,0 +16,0 @@ reject(err);

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