@mayahq/maya-db
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -56,3 +56,4 @@ "use strict"; | ||
}; | ||
connectionString = 'mongodb://localhost:27017/mayatest'; | ||
connectionString = "mongodb+srv://".concat(db.user, ":").concat(db.password, "@").concat(db.host, "/").concat(db.database); | ||
// const connectionString = 'mongodb://localhost:27017/mayatest' | ||
return [4 /*yield*/, mongoose_1.default.connect(connectionString, { | ||
@@ -65,2 +66,3 @@ useCreateIndex: true, | ||
case 1: | ||
// const connectionString = 'mongodb://localhost:27017/mayatest' | ||
_a.sent(); | ||
@@ -67,0 +69,0 @@ return [2 /*return*/]; |
{ | ||
"name": "@mayahq/maya-db", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "A small, encrypted simple document database meant for client-side use.", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
218818
4436
0