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.9.1 to 3.9.2

index.mjs

10

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

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

"artifactId" : "vertx-jdbc-client",
"version" : "3.9.1"
"version" : "3.9.2"
},
"dependencies" : {
"@vertx/core" : "3.9.1",
"@vertx/sql-common" : "3.9.1"
"@vertx/core" : "3.9.2",
"@vertx/sql-common" : "3.9.2"
},
"main" : "index.js",
"module" : "module.mjs",
"module" : "index.mjs",
"types" : "index.d.ts",

@@ -20,0 +20,0 @@ "sideEffects" : false,

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

This is a meta package, meaning that it contains only metadata for the build.
Import the required `API`/`Enum`/`DataObject` and profit!
```js
// Base API
import * as API from '@vertx/jdbc-client';
// refer to the API docs for specific help...
// your code here!!!
```
## Typescript
This package includes [Typescript](http://www.typescriptlang.org/) typedefinitions and your IDE should find then automatically.
When working in a project you can enable type hinting for the runtime as:
```js
/// <definition types="es4x" />
// @ts-check
// your TypeScript code here...
```
## Links

@@ -18,0 +41,0 @@

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