Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@mauna-ai/bsdoc-linux
Advanced tools
Documentation Generation for BuckleScript projects
Read more in the docs: BsDoc
Install in your project using npm
or yarn
:
$ yarn add bsdoc
And whenever you want to generate your docs you can run:
# Build your docs!
MyProject $ yarn run bsdoc build MyProject
yarn run v1.12.3
$ ./node_modules/.bin/bsdoc build MyProject
info: Compiling documentation for package "MyProject"...
info: Generating .html files...
info: Done ✅
✨ Done in 0.58s.
Additionally, to install the support files (default CSS and Javascript), you can run:
# Create the support files
MyProject $ yarn run bsdoc support-files
yarn run v1.12.3
$ ./node_modules/.bin/bsdoc support-files
info: Copying support files (CSS, JS) into ./docs
info: Done ✅
✨ Done in 0.53s.
bsdoc
is developed as a Native Reason project, and is only possible thanks to
esy
, dune
, and, naturally, odoc
.
If you haven't installed Esy yet, follow the instructions in their web site: https://esy.sh
After you have done that, you need only run esy build
to get the project
bootstrapped.
Unfortunately I haven't gotten around publishing bsdoc
for Linux/Windows, but if you have npm
installed you can run:
$ esy build
$ esy npm-release
And that'll get you an npm package that you can then install locally (or globally) in any of your projects. Be mindful that it'll only work for bs-platform@6
+ projects!
FAQs
> Documentation Generation for BuckleScript projects
The npm package @mauna-ai/bsdoc-linux receives a total of 1 weekly downloads. As such, @mauna-ai/bsdoc-linux popularity was classified as not popular.
We found that @mauna-ai/bsdoc-linux 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.