Socket
Socket
Sign inDemoInstall

@shelf/jest-mongodb

Package Overview
Dependencies
56
Maintainers
25
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

2

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

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

const fs = require('fs');
const {resolve, join} = require('path');
const MongodbMemoryServer = require('mongodb-memory-server');
const {MongoMemoryServer} = require('mongodb-memory-server');
const cwd = process.cwd();
const debug = require('debug')('jest-mongodb:setup');
const mongod = new MongodbMemoryServer.default(getMongodbMemoryOptions());
const mongod = new MongoMemoryServer(getMongodbMemoryOptions());

@@ -9,0 +9,0 @@ const globalConfigPath = join(cwd, 'globalConfig.json');

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc