Socket
Socket
Sign inDemoInstall

@opuscapita/config

Package Overview
Dependencies
Maintainers
27
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.29 to 3.0.30-beta.0

2

lib/ConfigClient.js

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

config : config,
logger : config.logger || new Logger({ context : { serviceName : this.serviceName } }),
logger : config.logger || new Logger({ context : { serviceName : this.serviceName, name: '@opuscapita/config' } }),
cache : new Cache({ defaultExpire : Number.MAX_SAFE_INTEGER })

@@ -44,0 +44,0 @@ };

{
"name": "@opuscapita/config",
"version": "3.0.29",
"version": "3.0.30-beta.0",
"description": "Configuration API connector module for OpusCapita Business Network Portal.",

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

"dependencies": {
"@opuscapita/cache": "^1.0.10",
"@opuscapita/logger": "^1.0.13",
"@opuscapita/cache": "^1.0.13-beta.0",
"@opuscapita/logger": "^1.0.16-beta.0",
"bluebird": "~3.5.1",

@@ -37,0 +37,0 @@ "bluebird-retry": "~0.11.0",

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