🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@testcontainers/mongodb

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testcontainers/mongodb - npm Package Compare versions

Comparing version

to
10.0.0-beta.5

2

build/mongodb-container.d.ts

@@ -1,2 +0,2 @@

import { AbstractStartedContainer, GenericContainer, StartedTestContainer } from "@testcontainers/testcontainers";
import { AbstractStartedContainer, GenericContainer, StartedTestContainer } from "testcontainers";
export declare class MongoDBContainer extends GenericContainer {

@@ -3,0 +3,0 @@ constructor(image?: string);

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StartedMongoDBContainer = exports.MongoDBContainer = void 0;
const testcontainers_1 = require("@testcontainers/testcontainers");
const testcontainers_1 = require("testcontainers");
const MONGODB_PORT = 27017;

@@ -6,0 +6,0 @@ class MongoDBContainer extends testcontainers_1.GenericContainer {

{
"name": "@testcontainers/mongodb",
"version": "10.0.0-beta.4",
"version": "10.0.0-beta.5",
"license": "MIT",

@@ -19,4 +19,4 @@ "main": "build/index.js",

"dependencies": {
"@testcontainers/testcontainers": "*"
"testcontainers": "^10.0.0-beta.5"
}
}

Sorry, the diff of this file is not supported yet