Socket
Socket
Sign inDemoInstall

@condor-labs/mongodb

Package Overview
Dependencies
256
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@condor-labs/mongodb",
"version": "1.0.4",
"version": "1.0.5",
"description": "This module provide and usefull helper to use mongoose library.",

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

@@ -107,4 +107,4 @@ 'use strict';

},
getClient: (skipConnection = false) => {
if (skipConnection) {
getClient: (tryToConnect = true) => {
if (!tryToConnect) {
self._client = require('mongoose');

@@ -111,0 +111,0 @@ } else if (!self._isConnected() || !self._client) {

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