Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@vertx/config

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vertx/config - npm Package Compare versions

Comparing version
3.8.1
to
3.8.2
+2
-0
index.d.ts

@@ -56,2 +56,4 @@ /*

* @return the future completed when the configuration is retrieved
* @deprecated removed in Vert.x 4 for {@code ConfigRetriever#getConfig()} method that returns a {@code Future<JsonObject>}
* in 3.x you can use instead {@code Future.future(retriever::getConfig)}
*

@@ -58,0 +60,0 @@ */

+3
-3
{
"name" : "@vertx/config",
"description" : "Generated Eclipse Vert.x bindings for 'vertx-config'",
"version" : "3.8.1",
"version" : "3.8.2",
"license" : "Apache License 2.0",

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

"artifactId" : "vertx-config",
"version" : "3.8.1"
"version" : "3.8.2"
},
"dependencies" : {
"@vertx/core" : "3.8.1"
"@vertx/core" : "3.8.2"
},

@@ -16,0 +16,0 @@ "main" : "index.js",