Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ui-spec-md
Advanced tools
The efficient markdown compiler for Application screen documentation with UI Flows Graph
Efficient markdown compiler for Application screen documentation.
UI Spec MD is the efficient markdown compiler for Application screen documentation with UI Flows Graph. UI Spec MD compiles special markdown with following features
When you make app screen documentation, you may need to have UI Flows Graph
UI Spec MD arrows to contain special code blocks to draw UI Flows with markdown friendly easy syntax. Here is a markdown example with the code block for UI Flows.
---
title: doc title
screen: ./screen1.png?highlight=[[216,193,150,70],[720,140,130,50]]
---
Write docs with markdown.
You can also contain uiflow code block.
```uiflows
[What the user sees]
What they do
==> What the user sees 2
[What the user sees 2]
What they do A
==> What the user sees 3
What they do B
==> What the user sees 4
```
| awesome | table |
| --- | --- |
| data | data |
ui-spec-md [options]
Generate spec files from markdown
Commands: ui-spec-md dev-template-server [options] Serve server for developing templates. ui-spec-md edit-server [options] Serve editable server to edit spec markdown. ui-spec-md generate [options] Generate spec files from markdown [default] ui-spec-md theme-init [dirName] Copy theme directory to working directory.
Options: --help Show help [boolean] --version Show version number [boolean] -m, --mdDir Path of the source(markdown) directory [string][required] -d, --destDir Path of directory to write out converted html [string][required] -t, --themeDir Path of theme directory that include template files [string]
"scripts": {
"generate": "ui-spec-md generate -m md -d dist/public -t theme/standard",
"edit-server": "ui-spec-md edit-server -m md -d dist/edit",
},
FAQs
The efficient markdown compiler for Application screen documentation with UI Flows Graph
The npm package ui-spec-md receives a total of 7 weekly downloads. As such, ui-spec-md popularity was classified as not popular.
We found that ui-spec-md demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.