Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vertx/core

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vertx/core - npm Package Compare versions

Comparing version 3.9.1 to 3.9.2

index.mjs

6

package.json
{
"description" : "Generated Eclipse Vert.x bindings for 'vertx-core'",
"version" : "3.9.1",
"version" : "3.9.2",
"license" : "Apache-2.0",

@@ -8,7 +8,7 @@ "maven" : {

"artifactId" : "vertx-core",
"version" : "3.9.1"
"version" : "3.9.2"
},
"name" : "@vertx/core",
"main" : "index.js",
"module" : "module.mjs",
"module" : "index.mjs",
"types" : "index.d.ts",

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

@@ -14,4 +14,31 @@ ![npm (scoped)](https://img.shields.io/npm/v/@vertx/core.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/core';
// Base ENUMs
import * as ENUMS from '@vertx/core/enums';
// DataObject's
import * as OPTIONS from '@vertx/core/options';
// 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 +45,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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