
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
bbs-reader-cli
Advanced tools
A CLI tool to convert ANSI files into HTML.
npm install -g bbs-reader-cli
bbs2html
Usage:
bbs2html [options] <files>...
Options:
-o --out DIR Output directory. [default: .]
-s --src DIR Source directory. [default: .]
--inline-css Make stylesheet inline in HTML file.
--css-path FILE Stylesheet's save path, relative to HTML file or outdir.
[default: style.css]
--absolute Without this option, each HTML inside same directory will use
the same css file. Otherwise, only one css file relative to
outdir is generated.
--dry-run Print the file name instead of writing.
-h --help Show this.
--version Show version.
With following file tree,
.
|-- a.ans
|-- b.ans
`-- c
`-- c.ans
Convert .ans to .html:
bbs2html **/*.ans
Result:
.
|-- a.ans
|-- a.html
|-- b.ans
|-- b.html
|-- c
| |-- c.ans
| |-- c.html
| `-- style.css
`-- style.css
Put result in different directory:
bbs2html -o result **/*.ans
Result:
.
|-- a.ans
|-- b.ans
|-- c
| `-- c.ans
`-- result
|-- a.html
|-- b.html
|-- c
| |-- c.html
| `-- style.css
`-- style.css
Absolute mode:
bbs2html -o result/html --css-path ../css/style.css --absolute **/*.ans
Result:
|-- a.ans
|-- b.ans
|-- c
| `-- c.ans
`-- result
|-- css
| `-- style.css
`-- html
|-- a.html
|-- b.html
`-- c
`-- c.html
0.1.3 (Sep 19, 2017)
0.1.2 (Jan 19, 2017)
0.1.1 (Jan 19, 2017)
0.1.0 (Jan 19, 2017)
FAQs
Convert ANSI file into HTML
The npm package bbs-reader-cli receives a total of 0 weekly downloads. As such, bbs-reader-cli popularity was classified as not popular.
We found that bbs-reader-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.