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.10.1 to 1.10.2

2

local.js

@@ -36,3 +36,3 @@ const { promisify } = require('util')

// create object with all nodes and edges
const structObj = makeStruct(stackdefObj)
const structObj = { ...stackdefObj, ...makeStruct(stackdefObj) }
const jsonFilename = `${path}/${outputFilename}.json`

@@ -39,0 +39,0 @@ try {

{
"name": "stack-graph",
"version": "1.10.1",
"version": "1.10.2",
"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