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

@databases/mysql-test

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@databases/mysql-test - npm Package Compare versions

Comparing version

to
4.0.1-canary-1665

2

lib/index.d.ts
/// <reference types="node" />
import { Options as WithContainerOptions } from '@databases/with-container';
export interface Options extends Pick<WithContainerOptions, Exclude<keyof WithContainerOptions, 'internalPort'>> {
export interface Options extends Omit<WithContainerOptions, 'internalPort' | 'enableDebugInstructions' | 'testConnection'> {
mysqlUser: string;

@@ -5,0 +5,0 @@ mysqlPassword: string;

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

},
enableDebugInstructions: `To view logs, run with MYSQL_TEST_DEBUG=true environment variable.`,
});

@@ -123,0 +124,0 @@ const databaseURL = `mysql://${mysqlUser}:${mysqlPassword}@localhost:${externalPort}/${mysqlDb}`;

{
"name": "@databases/mysql-test",
"version": "4.0.0",
"version": "4.0.1-canary-1665",
"description": "",

@@ -11,4 +11,4 @@ "main": "./lib/index.js",

"dependencies": {
"@databases/mysql-config": "^3.0.0",
"@databases/with-container": "^2.0.0",
"@databases/mysql-config": "3.0.0",
"@databases/with-container": "2.1.0-canary-1665",
"modern-spawn": "^1.0.0",

@@ -15,0 +15,0 @@ "ms": "^2.1.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet