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

mongodb-memory-server-core

Package Overview
Dependencies
Maintainers
2
Versions
274
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 10.0.0-beta.3 to 10.0.0-beta.4

2

lib/index.d.ts
import './util/resolveConfig';
import { MongoMemoryServer } from './MongoMemoryServer';
export { DryMongoBinary } from './util/DryMongoBinary';
export { MongoBinary } from './util/MongoBinary';
export { MongoInstance } from './util/MongoInstance';
export { MongoMemoryReplSet } from './MongoMemoryReplSet';
export * as errors from './util/errors';
export { MongoMemoryServer };
export default MongoMemoryServer;
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MongoMemoryServer = exports.MongoMemoryReplSet = exports.MongoInstance = exports.MongoBinary = void 0;
exports.MongoMemoryServer = exports.errors = exports.MongoMemoryReplSet = exports.MongoInstance = exports.MongoBinary = exports.DryMongoBinary = void 0;
const tslib_1 = require("tslib");
require("./util/resolveConfig"); // import it for the side-effects (globals)
const MongoMemoryServer_1 = require("./MongoMemoryServer");
Object.defineProperty(exports, "MongoMemoryServer", { enumerable: true, get: function () { return MongoMemoryServer_1.MongoMemoryServer; } });
var DryMongoBinary_1 = require("./util/DryMongoBinary");
Object.defineProperty(exports, "DryMongoBinary", { enumerable: true, get: function () { return DryMongoBinary_1.DryMongoBinary; } });
var MongoBinary_1 = require("./util/MongoBinary");

@@ -13,3 +16,4 @@ Object.defineProperty(exports, "MongoBinary", { enumerable: true, get: function () { return MongoBinary_1.MongoBinary; } });

Object.defineProperty(exports, "MongoMemoryReplSet", { enumerable: true, get: function () { return MongoMemoryReplSet_1.MongoMemoryReplSet; } });
exports.errors = tslib_1.__importStar(require("./util/errors"));
exports.default = MongoMemoryServer_1.MongoMemoryServer;
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "mongodb-memory-server-core",
"version": "10.0.0-beta.3",
"version": "10.0.0-beta.4",
"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.",

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

"new-find-package-json": "^2.0.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"tar-stream": "^3.1.7",

@@ -57,0 +57,0 @@ "tslib": "^2.6.3",

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