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

@vertx/jdbc-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/jdbc-client - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

14

options.d.ts

@@ -23,3 +23,3 @@ /*

constructor(obj: JDBCConnectOptions);
constructor(obj: JDBCConnectOptions | { [key: string]: any });

@@ -68,2 +68,4 @@ getConnectTimeout(): number;

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

@@ -81,3 +83,3 @@

constructor(obj: ResultSet);
constructor(obj: ResultSet | { [key: string]: any });

@@ -149,2 +151,4 @@ /**

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

@@ -164,3 +168,3 @@

constructor(obj: SQLOptions);
constructor(obj: SQLOptions | { [key: string]: any });

@@ -227,3 +231,3 @@ isAutoGeneratedKeys(): boolean;

constructor(obj: UpdateResult);
constructor(obj: UpdateResult | { [key: string]: any });

@@ -250,2 +254,4 @@ /**

toJson(): { [key: string]: any };
}
{
"name" : "@vertx/jdbc-client",
"description" : "Generated Eclipse Vert.x bindings for 'vertx-jdbc-client'",
"version" : "4.0.2",
"version" : "4.0.3",
"license" : "Apache-2.0",

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

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

@@ -17,0 +17,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