Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.21 to 3.0.22

6

lib/ConfigClientBase.js

@@ -152,3 +152,3 @@ const EventEmitter = require('events');

watch.on('change', (data, res) => callback(Object.keys(data)));
watch.once('error', (err) => reject(err));
watch.on('error', (err) => reject(err));

@@ -178,3 +178,3 @@ resolve(watch);

watch.once('error', (err) => reject(err));
watch.on('error', (err) => reject(err));
watch.on('change', async (items) =>

@@ -225,3 +225,3 @@ {

watch.once('error', (err) => reject(err));
watch.on('error', (err) => reject(err));
watch.on('change', (keys) =>

@@ -228,0 +228,0 @@ {

{
"name": "@opuscapita/config",
"version": "3.0.21",
"version": "3.0.22",
"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