Comparing version 3.6.0 to 3.7.0
@@ -62,3 +62,3 @@ "use strict"; | ||
try { | ||
const client = await mongodb_1.MongoClient.connect(uri); | ||
const client = await mongodb_1.MongoClient.connect(uri, { useNewUrlParser: true }); | ||
this.emit('connected', client); | ||
@@ -65,0 +65,0 @@ resolve(client); |
{ | ||
"name": "mongtype", | ||
"version": "3.6.0", | ||
"version": "3.7.0", | ||
"description": "Mongo Repository for Node written in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
42297
1