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

@cnlabs/mongodb-cloud-connector

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cnlabs/mongodb-cloud-connector - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

4

lib/index.js

@@ -82,3 +82,5 @@ "use strict";

return __generator(this, function (_a) {
console.log(cachedDB);
if (!process.env.VCAP_SERVICES && options) {
delete options.replicaSet;
}
if (!cachedDB[dbName]) {

@@ -85,0 +87,0 @@ return [2 /*return*/, mongodb_1.MongoClient.connect(resolveUrl(dbName), __assign({}, defaultMongoOptions, options)).then(function (database) {

{
"name": "@cnlabs/mongodb-cloud-connector",
"version": "1.6.0",
"version": "1.7.0",
"description": "This is MongoDB connector in cloud or local environment(Cloud Foundry)",

@@ -5,0 +5,0 @@ "main": "lib/index.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