New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

autodrom

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autodrom - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

3

lib/extract-svg.js

@@ -10,3 +10,4 @@ 'use strict';

const dot = fsm.emit.dot(desc);
const svg = graphviz.layout(dot);
const draw = desc.draw || 'dot';
const svg = graphviz.layout(dot, 'svg', draw);
return svg;

@@ -13,0 +14,0 @@ };

{
"name": "autodrom",
"version": "0.3.0",
"version": "0.3.1",
"description": "auto verilog from comments",

@@ -5,0 +5,0 @@ "author": "Aliaksei Chapyzhenka",

@@ -5,14 +5,14 @@ [![NPM version](https://img.shields.io/npm/v/autodrom.svg)](https://www.npmjs.org/package/autodrom)[![Linux](https://github.com/drom/autodrom/actions/workflows/linux.yml/badge.svg)](https://github.com/drom/autodrom/actions/workflows/linux.yml)[![MacOS](https://github.com/drom/autodrom/actions/workflows/macos.yml/badge.svg)](https://github.com/drom/autodrom/actions/workflows/macos.yml)[![Windows](https://github.com/drom/autodrom/actions/workflows/windows.yml/badge.svg)](https://github.com/drom/autodrom/actions/workflows/windows.yml)

## Install
## CLI use
Process multiple files, folders, globs
```
npm i autodrom
npx autodrom ...<FILE, DIR, GLOB>
```
## CLI use
Create SVG diagrams
Process multiple files, folders, globs
```
autodrom <FILE> <DIR> <GLOB>
npx autodrom --svg ...<FILE, DIR, GLOB>
```

@@ -23,3 +23,3 @@

```
autodrom --watch <FILE> <DIR> <GLOB>
npx autodrom --watch ...<FILE, DIR, GLOB>
```
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