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

@gtsc/services

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gtsc/services - npm Package Compare versions

Comparing version 0.0.5-next.6 to 0.0.5-next.7

4

dist/types/models/IService.d.ts

@@ -12,5 +12,5 @@ /**

* @param nodeLoggingConnectorType The node logging connector type, defaults to "node-logging".
* @returns Nothing.
* @returns True if the bootstrapping process was successful.
*/
bootstrap?(nodeLoggingConnectorType?: string): Promise<void>;
bootstrap?(nodeLoggingConnectorType?: string): Promise<boolean>;
/**

@@ -17,0 +17,0 @@ * The service needs to be started when the node is initialized.

@@ -17,3 +17,3 @@ # Interface: IService

> `optional` **bootstrap**(`nodeLoggingConnectorType`?): `Promise`\<`void`\>
> `optional` **bootstrap**(`nodeLoggingConnectorType`?): `Promise`\<`boolean`\>

@@ -30,5 +30,5 @@ Bootstrap the service by creating and initializing any resources it needs.

`Promise`\<`void`\>
`Promise`\<`boolean`\>
Nothing.
True if the bootstrapping process was successful.

@@ -35,0 +35,0 @@ ***

{
"name": "@gtsc/services",
"version": "0.0.5-next.6",
"version": "0.0.5-next.7",
"description": "Package for base service types",

@@ -17,3 +17,3 @@ "repository": {

"dependencies": {
"@gtsc/core": "0.0.5-next.6",
"@gtsc/core": "0.0.5-next.7",
"@gtsc/nameof": "next"

@@ -20,0 +20,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