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

@vertx/jdbc

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vertx/jdbc - npm Package Compare versions

Comparing version 3.7.1 to 3.8.0

6

index.d.ts

@@ -23,2 +23,8 @@ /*

/**
* An asynchronous client interface for interacting with a JDBC compliant database
* @author <a href="mailto:nscavell@redhat.com">Nick Scavelli</a>
* @author <a href="http://tfox.org">Tim Fox</a>
*
*/
export abstract class JDBCClient extends SQLClient {

@@ -25,0 +31,0 @@ /**

8

package.json
{
"name" : "@vertx/jdbc",
"description" : "Generated Eclipse Vert.x bindings for 'vertx-jdbc-client'",
"version" : "3.7.1",
"version" : "3.8.0",
"license" : "Apache License 2.0",

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

"artifactId" : "vertx-jdbc-client",
"version" : "3.7.1"
"version" : "3.8.0"
},
"dependencies" : {
"@vertx/core" : "3.7.1",
"@vertx/sql-common" : "3.7.1"
"@vertx/core" : "3.8.0",
"@vertx/sql-common" : "3.8.0"
},

@@ -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