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.5.1 to 3.5.2

1

enums.d.ts

@@ -5,4 +5,5 @@ export enum ClientAuth { NONE, REQUEST, REQUIRED }

export enum HttpVersion { HTTP_1_0, HTTP_1_1, HTTP_2 }
export enum JsonEventType { START_OBJECT, END_OBJECT, START_ARRAY, END_ARRAY, VALUE }
export enum ProxyType { HTTP, SOCKS4, SOCKS5 }
export enum ReplyFailure { TIMEOUT, NO_HANDLERS, RECIPIENT_FAILURE }
export enum WebsocketVersion { V00, V07, V08, V13 }

@@ -7,2 +7,3 @@ /// <reference types="@vertx/core/enums" />

HttpVersion: Java.type('io.vertx.core.http.HttpVersion'),
JsonEventType: Java.type('io.vertx.core.parsetools.JsonEventType'),
ProxyType: Java.type('io.vertx.core.net.ProxyType'),

@@ -9,0 +10,0 @@ ReplyFailure: Java.type('io.vertx.core.eventbus.ReplyFailure'),

4

package.json
{
"description" : "Generated Eclipse Vert.x bindings for 'vertx-core'",
"version" : "3.5.1",
"version" : "3.5.2",
"license" : "Apache Software License 2.0",

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

"artifactId" : "vertx-core",
"version" : "3.5.1"
"version" : "3.5.2"
},

@@ -11,0 +11,0 @@ "name" : "@vertx/core",

@@ -1,2 +0,3 @@

# vertx
![npm (scoped)](https://img.shields.io/npm/v/@vertx/core.svg)
![npm](https://img.shields.io/npm/l/@vertx/core.svg)

@@ -40,2 +41,3 @@ Generated JavaScript bindings for Eclipse Vert.x.

```
## Links

@@ -42,0 +44,0 @@

@@ -24,2 +24,12 @@ import { Vertx } from './index';

declare const process: {
env: Map<String, String>;
pid: String;
exit: (exitCode: Number) => void;
nextTick: (callback: (...args: any[]) => void) => void;
stdout: any;
stderr: any;
stdin: any;
};
// The globally defined objects that are provided by the loader runtime

@@ -26,0 +36,0 @@ declare global {

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