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.5
to
3.9.0
+4
-0
index.js

@@ -18,4 +18,8 @@ /*

/// <reference types="@vertx/config" />
/**
* @typedef { import("es4x") } Java
*/
module.exports = {
ConfigRetriever: Java.type('io.vertx.config.ConfigRetriever')
};

@@ -18,2 +18,6 @@ /*

/// <reference types="@vertx/config" />
/**
* @typedef { import("es4x") } Java
*/
export const ConfigRetriever = Java.type('io.vertx.config.ConfigRetriever');

@@ -23,3 +23,5 @@ /*

constructor();
constructor(obj: ConfigChange);
/**

@@ -44,2 +46,3 @@ * Sets the new configuration.

setPreviousConfiguration(previousConfiguration: { [key: string]: any }): ConfigChange;
}

@@ -53,3 +56,5 @@

constructor();
constructor(obj: ConfigRetrieverOptions);
/**

@@ -89,2 +94,3 @@ * Enables or disables the inclusion of the default stored in the configuration.

addStore(stores: ConfigStoreOptions): ConfigRetrieverOptions;
}

@@ -101,3 +107,5 @@

constructor();
constructor(obj: ConfigStoreOptions);
/**

@@ -144,2 +152,3 @@ * Sets the configuration of the store

setType(type: string): ConfigStoreOptions;
}

@@ -18,2 +18,6 @@ /*

/// <reference types="@vertx/config/options" />
/**
* @typedef { import("es4x") } Java
*/
module.exports = {

@@ -20,0 +24,0 @@ ConfigChange: Java.type('io.vertx.config.ConfigChange'),

@@ -18,4 +18,8 @@ /*

/// <reference types="@vertx/config/options" />
/**
* @typedef { import("es4x") } Java
*/
export const ConfigChange = Java.type('io.vertx.config.ConfigChange');
export const ConfigRetrieverOptions = Java.type('io.vertx.config.ConfigRetrieverOptions');
export const ConfigStoreOptions = Java.type('io.vertx.config.ConfigStoreOptions');
+3
-3
{
"name" : "@vertx/config",
"description" : "Generated Eclipse Vert.x bindings for 'vertx-config'",
"version" : "3.8.5",
"version" : "3.9.0",
"license" : "Apache-2.0",

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

"artifactId" : "vertx-config",
"version" : "3.8.5"
"version" : "3.9.0"
},
"dependencies" : {
"@vertx/core" : "3.8.5"
"@vertx/core" : "3.9.0"
},

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

@@ -36,3 +36,3 @@ ![npm (scoped)](https://img.shields.io/npm/v/@vertx/config.svg)

```js
/// <definition types="es4x.d.ts" />
/// <definition types="es4x" />
// @ts-check

@@ -39,0 +39,0 @@