Socket
Socket
Sign inDemoInstall

@shelf/jest-mongodb

Package Overview
Dependencies
Maintainers
20
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shelf/jest-mongodb - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

6

package.json
{
"name": "@shelf/jest-mongodb",
"version": "1.2.4",
"version": "1.2.5",
"private": false,

@@ -52,3 +52,3 @@ "description": "Run your tests using Jest & MongoDB in Memory server",

"@shelf/prettier-config": "0.0.7",
"eslint": "7.16.0",
"eslint": "7.24.0",
"husky": "4.3.8",

@@ -58,3 +58,3 @@ "jest": "26.4.2",

"mongodb": "3.6.2",
"prettier": "2.2.1"
"prettier": "2.3.0"
},

@@ -61,0 +61,0 @@ "peerDependencies": {

@@ -19,3 +19,3 @@ const fs = require('fs');

const mongoConfig = {
mongoUri: await mongod.getConnectionString(),
mongoUri: await mongod.getUri(),
mongoDBName: options.instance.dbName

@@ -22,0 +22,0 @@ };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc