
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@hashmark/cli
Advanced tools
sudo npm install -g @hashmark/cli
Once installed, the CLI is available through the hm command. Currently, the only available command is hm convert, which parses a hashmark document:
$ hm convert --help
hm convert [options] <file>
Convert Hashmark files
Positionals:
file Path to a Hashmark file [string] [required]
Options:
--version, -v Show version number [boolean]
--help, -h Show help [boolean]
--format, -f
[string] [choices: "auto", "json", "xml"] [default: "auto": infers the format
from the output file. Defaults to "json"]
--output, -o Write output to a file [string]
Clone the repository, and install dependencies with:
npm install
To build the project, run:
npm run build
To run the build, you can link the built files to your PATH by running:
sudo npm link
This will make the built files available under the hm command. You can run npm run build to re-build, and hm will now run your latest build. To unlink the hm command from the built file, run:
sudo npm unlink
FAQs
CLI for Hashmark documents
The npm package @hashmark/cli receives a total of 0 weekly downloads. As such, @hashmark/cli popularity was classified as not popular.
We found that @hashmark/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.