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.5 to 0.18.6

6

dist/index.js

@@ -87,5 +87,9 @@ "use strict";

}
else {
else if (typeof options.initialize === "function") {
init = options.initialize;
}
else {
debug(`skipping srv ${srvName}`);
return null;
}
let deps;

@@ -92,0 +96,0 @@ if (init.deps && init.deps.length > 0) {

2

package.json
{
"name": "@sigodenjs/dee-srv-create",
"version": "0.18.5",
"version": "0.18.6",
"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