New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-memory-server-core

Package Overview
Dependencies
Maintainers
1
Versions
277
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 6.7.0 to 6.7.1

3

lib/util/MongoBinaryDownload.js

@@ -379,3 +379,4 @@ "use strict";

reject(new Error("Status Code is 403 (MongoDB's 404)\n" +
"This means that the requested version-platform combination doesn't exist"));
"This means that the requested version-platform combination doesn't exist\n" +
("Used Url: \"https://" + httpOptions.hostname + httpOptions.path + "\"")));
return;

@@ -382,0 +383,0 @@ }

{
"name": "mongodb-memory-server-core",
"version": "6.7.0",
"version": "6.7.1",
"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