Socket
Socket
Sign inDemoInstall

@mayahq/maya-db

Package Overview
Dependencies
239
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.14 to 0.0.15

4

lib/src/testSetup.js

@@ -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",

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