New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vertx/sql-client

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vertx/sql-client - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

32

options.d.ts

@@ -24,5 +24,25 @@ /*

constructor(obj: PoolOptions);
constructor(obj: PoolOptions | { [key: string]: any });
/**
* Establish an idle timeout for pooled connections.
*/
getIdleTimeout(): number;
/**
* Establish an idle timeout for pooled connections.
*/
setIdleTimeout(idleTimeout: number): PoolOptions;
/**
* Establish an idle timeout unit for pooled connections.
*/
getIdleTimeoutUnit(): any;
/**
* Establish an idle timeout unit for pooled connections.
*/
setIdleTimeoutUnit(idleTimeoutUnit: any): PoolOptions;
/**
* Set the maximum pool size

@@ -49,2 +69,4 @@ */

toJson(): { [key: string]: any };
}

@@ -69,4 +91,8 @@

constructor(obj: SqlConnectOptions);
constructor(obj: SqlConnectOptions | { [key: string]: any });
getApplicationLayerProtocols(): string;
setApplicationLayerProtocols(applicationLayerProtocols: string): SqlConnectOptions;
/**

@@ -333,2 +359,4 @@ * Set whether prepared statements cache should be enabled.

toJson(): { [key: string]: any };
}

6

package.json
{
"name" : "@vertx/sql-client",
"description" : "Generated Eclipse Vert.x bindings for 'vertx-sql-client'",
"version" : "4.0.2",
"version" : "4.0.3",
"license" : "Apache-2.0",

@@ -10,6 +10,6 @@ "public" : true,

"artifactId" : "vertx-sql-client",
"version" : "4.0.2"
"version" : "4.0.3"
},
"dependencies" : {
"@vertx/core" : "4.0.2"
"@vertx/core" : "4.0.3"
},

@@ -16,0 +16,0 @@ "main" : "index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc