mongo-unit
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -37,3 +37,3 @@ 'use strict' | ||
}) | ||
.then(url => MongoClient.connect(url)) | ||
.then(url => MongoClient.connect(url, { useUnifiedTopology: true })) | ||
.then(dbClient => { | ||
@@ -40,0 +40,0 @@ client = dbClient |
{ | ||
"name": "mongo-unit", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "mongo db for unit tests", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159049
31
24