@vertx/core
Advanced tools
Comparing version 3.8.5 to 3.9.0
@@ -29,2 +29,11 @@ /* | ||
/** | ||
* Represents the Cookie SameSite policy to be used. For more info <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#SameSite_cookies">https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#SameSite_cookies</a>. | ||
*/ | ||
export enum CookieSameSite { | ||
NONE, | ||
STRICT, | ||
LAX | ||
} | ||
/** | ||
* Represents the possible response codes a server may send after receiving a | ||
@@ -31,0 +40,0 @@ * query. A response code of 0 indicates no error. |
@@ -18,4 +18,9 @@ /* | ||
/// <reference types="@vertx/core/enums" /> | ||
/** | ||
* @typedef { import("es4x") } Java | ||
*/ | ||
module.exports = { | ||
ClientAuth: Java.type('io.vertx.core.http.ClientAuth'), | ||
CookieSameSite: Java.type('io.vertx.core.http.CookieSameSite'), | ||
DnsResponseCode: Java.type('io.vertx.core.dns.DnsResponseCode'), | ||
@@ -22,0 +27,0 @@ HttpMethod: Java.type('io.vertx.core.http.HttpMethod'), |
@@ -18,4 +18,9 @@ /* | ||
/// <reference types="@vertx/core" /> | ||
/** | ||
* @typedef { import("es4x") } Java | ||
*/ | ||
module.exports = { | ||
AsyncResult: Java.type('io.vertx.core.AsyncResult'), | ||
AsyncFile: Java.type('io.vertx.core.file.AsyncFile'), | ||
@@ -22,0 +27,0 @@ AsyncMap: Java.type('io.vertx.core.shareddata.AsyncMap'), |
@@ -18,2 +18,6 @@ /* | ||
/// <reference types="@vertx/core/options" /> | ||
/** | ||
* @typedef { import("es4x") } Java | ||
*/ | ||
module.exports = { | ||
@@ -20,0 +24,0 @@ AddressResolverOptions: Java.type('io.vertx.core.dns.AddressResolverOptions'), |
{ | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-core'", | ||
"version" : "3.8.5", | ||
"version" : "3.9.0", | ||
"license" : "Apache-2.0", | ||
@@ -8,3 +8,3 @@ "maven" : { | ||
"artifactId" : "vertx-core", | ||
"version" : "3.8.5" | ||
"version" : "3.9.0" | ||
}, | ||
@@ -11,0 +11,0 @@ "name" : "@vertx/core", |
@@ -36,3 +36,3 @@ ![npm (scoped)](https://img.shields.io/npm/v/@vertx/core.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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
490044
12124