Socket
Socket
Sign inDemoInstall

mongodb-memory-server-core

Package Overview
Dependencies
Maintainers
2
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-memory-server-core - npm Package Compare versions

Comparing version 8.11.2 to 8.11.3

5

lib/util/MongoBinaryDownloadUrl.js

@@ -430,5 +430,4 @@ "use strict";

}
// there are not binaries for ubuntu 21.04, so defaulting to one version below for now
// see https://github.com/nodkz/mongodb-memory-server/issues/582
if (ubuntuYear >= 21) {
// there are only binaries for 2204 since 6.0.4 (and not binaries for ubuntu2104)
if (ubuntuYear >= 21 && semver.satisfies(coercedVersion, '<6.0.4')) {
return 'ubuntu2004';

@@ -435,0 +434,0 @@ }

2

package.json
{
"name": "mongodb-memory-server-core",
"version": "8.11.2",
"version": "8.11.3",
"description": "MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",

@@ -5,0 +5,0 @@ "main": "lib/index",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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