Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shelf/jest-mongodb

Package Overview
Dependencies
Maintainers
58
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 4.1.7 to 4.2.0

5

lib/index.js

@@ -21,7 +21,6 @@ "use strict";

});
var _default = {
var _default = exports.default = {
globalSetup: (0, _path.resolve)(__dirname, './setup.js'),
globalTeardown: (0, _path.resolve)(__dirname, './teardown.js'),
testEnvironment: (0, _path.resolve)(__dirname, './environment.js')
};
exports.default = _default;
};

30

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

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

"debug": "4.3.4",
"mongodb-memory-server": "8.11.5"
"mongodb-memory-server": "9.1.1"
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.21.0",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"@shelf/babel-config": "1.2.0",
"@shelf/eslint-config": "2.26.0",
"@shelf/eslint-config": "2.27.1",
"@shelf/prettier-config": "1.0.0",
"@shelf/tsconfig": "0.0.8",
"@types/jest": "29.4.0",
"@shelf/tsconfig": "0.0.11",
"@types/jest": "29.5.8",
"@types/node": "16",
"eslint": "8.35.0",
"husky": "8.0.2",
"jest": "29.4.3",
"lint-staged": "13.1.2",
"mongodb": "5.1.0",
"prettier": "2.8.4",
"typescript": "4.9.4"
"eslint": "8.53.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "13.3.0",
"mongodb": "6.3.0",
"prettier": "2.8.8",
"typescript": "5.1.6"
},
"peerDependencies": {
"jest-environment-node": "27.x.x || 28.x || 29.x",
"mongodb": "3.x.x || 4.x || 5.x"
"mongodb": "3.x.x || 4.x || 5.x || 6.x"
},

@@ -76,0 +76,0 @@ "engines": {

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