New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bettercorp/service-base

Package Overview
Dependencies
Maintainers
2
Versions
443
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 8.5.59 to 8.5.60

2

lib/base/service.d.ts

@@ -26,3 +26,3 @@ import { ServiceEventsBase } from "../interfaces";

}
export declare class BSBServiceRef extends BSBService<null> {
export declare class BSBServiceRef extends BSBService<any> {
static PLUGIN_NAME: string;

@@ -29,0 +29,0 @@ methods: {};

@@ -7,3 +7,2 @@ "use strict";

static PLUGIN_NAME;
_virtual_internal_events = {};
events;

@@ -10,0 +9,0 @@ _clients = [];

@@ -18,3 +18,3 @@ import { IPluginLogger, DynamicallyReferencedMethodCallable } from "../interfaces";

}
export declare class ServiceClient<Service extends BSBService, ServiceT extends typeof BSBServiceRef = any> extends BSBServiceClient<Service> {
export declare class ServiceClient<Service extends BSBService<any>, ServiceT extends typeof BSBServiceRef = any> extends BSBServiceClient<Service> {
readonly pluginName: string;

@@ -21,0 +21,0 @@ readonly initBeforePlugins?: Array<string>;

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

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

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

Sorry, the diff of this file is not supported yet

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