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 3.8.5 to 3.9.0

4

index.js

@@ -18,4 +18,8 @@ /*

/// <reference types="@vertx/jdbc-client" />
/**
* @typedef { import("es4x") } Java
*/
module.exports = {
JDBCClient: Java.type('io.vertx.ext.jdbc.JDBCClient')
};

8

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

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

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

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

@@ -36,3 +36,3 @@ ![npm (scoped)](https://img.shields.io/npm/v/@vertx/jdbc-client.svg)

```js
/// <definition types="es4x.d.ts" />
/// <definition types="es4x" />
// @ts-check

@@ -39,0 +39,0 @@

Sorry, the diff of this file is not supported yet

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