You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@bettercorp/service-base

Package Overview
Dependencies
Maintainers
2
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bettercorp/service-base - npm Package Compare versions

Comparing version

to
8.5.61

4

lib/serviceBase/services.js

@@ -66,2 +66,6 @@ "use strict";

setupPluginClient = async (sbConfig, sbLogging, sbEvents, context, clientContext) => {
this.log.debug('Create plugin client {clientName} in {serviceName}', {
clientName: clientContext.pluginName,
serviceName: context.pluginName,
});
const contextPlugin = await sbConfig.getServicePluginDefinition(clientContext.pluginName);

@@ -68,0 +72,0 @@ clientContext._pluginName = clientContext.pluginName;

2

package.json

@@ -31,3 +31,3 @@ {

"main": "lib/index.js",
"version": "8.5.60",
"version": "8.5.61",
"bsb_project": true,

@@ -34,0 +34,0 @@ "bsbInit": {

Sorry, the diff of this file is not supported yet