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.4.1 to 6.5.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [6.5.0](https://github.com/nodkz/mongodb-memory-server/compare/v6.4.1...v6.5.0) (2020-03-24)
### Features
* add support for rhel & coreos 8 ([#288](https://github.com/nodkz/mongodb-memory-server/issues/288)) ([2d15e6a](https://github.com/nodkz/mongodb-memory-server/commit/2d15e6a))
## [6.4.1](https://github.com/nodkz/mongodb-memory-server/compare/v6.4.0...v6.4.1) (2020-03-19)

@@ -8,0 +19,0 @@

4

lib/util/MongoBinary.js

@@ -70,6 +70,6 @@ "use strict";

var log = debug_1.default('MongoMS:MongoBinary');
// TODO: return back `latest` version when it will be fixed in MongoDB distro (for now use 4.0.3 😂)
// TODO: return back `latest` version when it will be fixed in MongoDB distro (for now use 4.0.14 😂)
// More details in https://github.com/nodkz/mongodb-memory-server/issues/131
// export const LATEST_VERSION = 'latest';
exports.LATEST_VERSION = '4.0.3';
exports.LATEST_VERSION = '4.0.14';
var MongoBinary = /** @class */ (function () {

@@ -76,0 +76,0 @@ function MongoBinary() {

@@ -271,3 +271,6 @@ "use strict";

if (release) {
if (/^7/.test(release)) {
if (/^8/.test(release)) {
name += '80';
}
else if (/^7/.test(release)) {
name += '70';

@@ -274,0 +277,0 @@ }

{
"name": "mongodb-memory-server-core",
"version": "6.4.1",
"version": "6.5.0",
"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.",

@@ -93,3 +93,3 @@ "main": "lib/index",

},
"gitHead": "6653542a3867689dbbf8b168e1eea5b959b5ce09"
"gitHead": "3ed31f62179940ba269b28992ef9f5e0d312827a"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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