Socket
Socket
Sign inDemoInstall

stack-graph

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 1.10.0

2

basicChecklist.js

@@ -55,3 +55,3 @@ // create checklist

const node = nodes[nodeKey]
const needsClient = (node.cluster !== 'internal')
const needsClient = (["input","output"].includes(node.cluster))
if (!needsClient) continue

@@ -58,0 +58,0 @@ // add todo to create handler from node

{
"name": "stack-graph",
"version": "1.9.0",
"version": "1.10.0",
"description": "Build graphviz from stack definition file. Outputs .dot file, .json file (structure), .md file (todo list), and .png or .svg graph. Companion to sst-serverless microservice stack",

@@ -5,0 +5,0 @@ "main": "local.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc