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

@sigodenjs/dee-srv

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sigodenjs/dee-srv - npm Package Compare versions

Comparing version 0.18.3 to 0.18.4

1

dist/index.d.ts

@@ -29,2 +29,3 @@ export interface ServiceGroup extends SrvExt.ServiceGroup {

export interface ServiceBase {
[k: string]: any;
[INIT_KEY]?: () => Promise<void> | void;

@@ -31,0 +32,0 @@ [STOP_KEY]?: () => Promise<void> | void;

2

package.json
{
"name": "@sigodenjs/dee-srv",
"version": "0.18.3",
"version": "0.18.4",
"description": "A way to write and organize service",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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