Socket
Socket
Sign inDemoInstall

@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.16.1 to 0.16.2

7

dist/index.d.ts

@@ -30,5 +30,8 @@ export interface ServiceGroup extends SrvExt.ServiceGroup {

};
export declare type InitFn<T, U, P extends {
export interface InitFn<T, U, P extends {
[k: string]: any;
}> = (ctx: SrvContext, args: U, depends?: P) => Promise<InitOutput<T>>;
}> {
(ctx: SrvContext, args: U, depends?: P): Promise<InitOutput<T>>;
deps?: string[];
}
declare global {

@@ -35,0 +38,0 @@ namespace SrvExt {

{
"name": "@sigodenjs/dee-srv",
"version": "0.16.1",
"version": "0.16.2",
"description": "A way to write and organize service",

@@ -5,0 +5,0 @@ "main": "dist/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