mongodb-memory-server-core
Advanced tools
Comparing version
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 |
{ | ||
"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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
397195
0.14%5793
0.1%Updated