@vertx/core
Advanced tools
Comparing version 3.5.1 to 3.5.2
@@ -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'), |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
411671
10877
46