Socket
Socket
Sign inDemoInstall

@sigodenjs/dee-srv-create

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sigodenjs/dee-srv-create - npm Package Compare versions

Comparing version 0.18.1 to 0.18.2

11

dist/index.js

@@ -59,2 +59,10 @@ "use strict";

}));
yield Promise.all(Object.keys(ctx.srvs).map((srvName) => __awaiter(this, void 0, void 0, function* () {
const srv = ctx.srvs[srvName];
if (srv[dee_srv_1.INIT_KEY]) {
debug(`running srv ${srvName}'s init`);
yield srv[dee_srv_1.INIT_KEY]();
debug(`done srv ${srvName}'s init`);
}
})));
event.removeAllListeners();

@@ -86,5 +94,2 @@ });

const srv = yield init(ctx, options.args, options.ctor, deps);
if (srv[dee_srv_1.INIT_KEY]) {
yield srv[dee_srv_1.INIT_KEY]();
}
debug(`finish starting srv ${srvName}`);

@@ -91,0 +96,0 @@ ctx.srvs[srvName] = srv;

{
"name": "@sigodenjs/dee-srv-create",
"version": "0.18.1",
"version": "0.18.2",
"description": "Utils for creating batch of dee-srvs",

@@ -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