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

@testcontainers/arangodb

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testcontainers/arangodb - npm Package Compare versions

Comparing version

to
10.7.0

6

build/arangodb-container.js

@@ -12,2 +12,3 @@ "use strict";

this.password = password;
this.withExposedPorts(ARANGODB_PORT).withWaitStrategy(testcontainers_1.Wait.forLogMessage("Have fun!")).withStartupTimeout(120000);
}

@@ -19,6 +20,3 @@ withPassword(password) {

async start() {
this.withExposedPorts(...(this.hasExposedPorts ? this.exposedPorts : [ARANGODB_PORT]))
.withWaitStrategy(testcontainers_1.Wait.forLogMessage("Have fun!"))
.withEnvironment({ ARANGO_ROOT_PASSWORD: this.password })
.withStartupTimeout(120000);
this.withEnvironment({ ARANGO_ROOT_PASSWORD: this.password });
return new StartedArangoContainer(await super.start(), this.password);

@@ -25,0 +23,0 @@ }

{
"name": "@testcontainers/arangodb",
"version": "10.6.0",
"version": "10.7.0",
"license": "MIT",

@@ -35,4 +35,4 @@ "keywords": [

"dependencies": {
"testcontainers": "^10.6.0"
"testcontainers": "^10.7.0"
}
}

Sorry, the diff of this file is not supported yet