
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
a general purpose template cli
npm install tpl or npm install -g tpl
To parse a file and apply a template, simply provide the file as an argument.
tpl hello-world.mkd
This will do several things.
.tpl directory in the current working directory, if none exists
look for one in the parent directory, in the parent's parent directory and
so on. If there's no .tpl directory all the way up to the root, use the
default .tpl in the installation directory../tpl/conf.json..mkd). If none was found,
use the default parser.If you want to save the output, you can use
tpl hello-world.mkd > hello-world.html
For information on how to customize the behavior of tpl, look at the wiki.
If you encounter any bugs or issues, feel free to open an issue at github.
This package is licensed under the MIT license.
FAQs
a general purpose template cli
We found that tpl 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.

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

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.