Socket
Socket
Sign inDemoInstall

@opuscapita/config

Package Overview
Dependencies
Maintainers
25
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opuscapita/config - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

2

lib/ConfigClient.js

@@ -53,3 +53,3 @@ const ConfigClientBase = require('./ConfigClientBase');

{
return Promise.resolve(this._dispose()).catch(e => { this.logger.error(e.message); throw e; });
return Promise.resolve(this._dispose()).catch(e => { this.logger.error(e.message); throw e; });
}

@@ -56,0 +56,0 @@

@@ -143,2 +143,4 @@ const EventEmitter = require('events');

this.watches['all-services'] = watch;
watch.on('change', (data, res) => callback(Object.keys(data)));

@@ -214,2 +216,4 @@ watch.on('error', (err) => reject(err));

this.watches[key] = watch;
watch.on('error', (err) => reject(err));

@@ -216,0 +220,0 @@ watch.on('change', (keys) => Promise.all(keys.map(async (key) =>

{
"name": "@opuscapita/config",
"version": "3.0.5",
"version": "3.0.6",
"description": "Configuration API connector module for OpusCapita Business Network Portal.",

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

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