Socket
Socket
Sign inDemoInstall

@opuscapita/config

Package Overview
Dependencies
Maintainers
29
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.16 to 3.0.17

8

lib/ConfigClient.js
const ConfigClientBase = require('./ConfigClientBase');
const crypto = require('crypto');
const Promise = require('bluebird');
const Cache = require('ocbesbn-cache');
const Cache = require('@opuscapita/cache');
const extend = require('extend');
const Logger = require('ocbesbn-logger');
const Logger = require('@opuscapita/logger');
const retry = require('bluebird-retry');

@@ -215,3 +215,3 @@

* @param {boolean} silent - If set to true, this method will not use retry to get something from consul so it will return faster and it will not pass any errors up to the calling code.
* @returns {Promise} Returns a bluebird [Promise]{@link http://bluebirdjs.com/docs/api-reference.html} containing and [Endpoint]{@link module:ocbesbn-config~Endpoint} object.
* @returns {Promise} Returns a bluebird [Promise]{@link http://bluebirdjs.com/docs/api-reference.html} containing and [Endpoint]{@link module:@opuscapita/config~Endpoint} object.
*/

@@ -242,3 +242,3 @@ getEndPoint(serviceName, silent)

* @param {boolean} silent - If set to true, this method will not use retry to get something from consul so it will return faster and it will not pass any errors up to the calling code.
* @returns {Promise} Returns a bluebird [Promise]{@link http://bluebirdjs.com/docs/api-reference.html} containing an array of [Endpoint]{@link module:ocbesbn-config~Endpoint} objects.
* @returns {Promise} Returns a bluebird [Promise]{@link http://bluebirdjs.com/docs/api-reference.html} containing an array of [Endpoint]{@link module:@opuscapita/config~Endpoint} objects.
*/

@@ -245,0 +245,0 @@ getEndPoints(serviceName, silent)

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

@@ -33,8 +33,8 @@ "main": "index.js",

"dependencies": {
"@opuscapita/cache": "^1.0.10",
"@opuscapita/logger": "^1.0.13",
"bluebird": "~3.5.1",
"bluebird-retry": "~0.11.0",
"consul": "^0.34.0",
"extend": "~3.0.1",
"ocbesbn-cache": "~1.0.9",
"ocbesbn-logger": "~1.0.8"
"extend": "~3.0.1"
},

@@ -41,0 +41,0 @@ "devDependencies": {

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