Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@alchemized/binary-install
Advanced tools
Install .tar.gz binary applications via npm
Ruthlessly copied from cloudflare/binary-install and removed functionality of saving binary to bin
directory to support jlink binaries. And translated to Typescript.
This library provides a single class Binary
that takes a download url and some optional arguments. You must provide either name
or installDirectory
when creating your Binary
.
option | decription |
---|---|
name | The name of your binary |
installDirectory | A path to the directory to install the binary |
If an installDirectory
is not provided, the binary will be installed at your OS specific config directory. On MacOS it defaults to ~/Library/Preferences/${name}-nodejs
After your Binary
has been created, you can run .install()
to install the binary, and .run()
to run it.
This is meant to be used as a library - create your Binary
with your desired options, then call .install()
in the postinstall
of your package.json
, .run()
in the bin
section of your package.json
, and .uninstall()
in the preuninstall
section of your package.json
. See this example project to see how to create an npm package that installs and runs a binary using the Github releases API.
FAQs
Install binary applications via npm
The npm package @alchemized/binary-install receives a total of 1 weekly downloads. As such, @alchemized/binary-install popularity was classified as not popular.
We found that @alchemized/binary-install 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
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.