Socket
Socket
Sign inDemoInstall

testcontainers

Package Overview
Dependencies
93
Maintainers
1
Versions
238
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.1 to 10.0.2

9

build/generic-container/generic-container.js

@@ -98,11 +98,4 @@ "use strict";

}
if (this.containerStarting) {
await this.containerStarting(mappedInspectResult, true);
}
await (0, wait_for_container_1.waitForContainer)(client, container, this.waitStrategy, boundPorts);
const startedContainer = new started_generic_container_1.StartedGenericContainer(container, client.info.containerRuntime.host, inspectResult, boundPorts, inspectResult.Name, this.waitStrategy);
if (this.containerStarted) {
await this.containerStarted(startedContainer, mappedInspectResult, true);
}
return startedContainer;
return new started_generic_container_1.StartedGenericContainer(container, client.info.containerRuntime.host, inspectResult, boundPorts, inspectResult.Name, this.waitStrategy);
}

@@ -109,0 +102,0 @@ async startContainer(client) {

2

build/version.d.ts

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

export declare const LIB_VERSION = "10.0.1";
export declare const LIB_VERSION = "10.0.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIB_VERSION = void 0;
exports.LIB_VERSION = "10.0.1";
exports.LIB_VERSION = "10.0.2";
//# sourceMappingURL=version.js.map
{
"name": "testcontainers",
"version": "10.0.1",
"version": "10.0.2",
"author": "Cristian Greco",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc