Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
pssh-box-static
Advanced tools
PSSH-BOX static binaries for Mac OSX, Linux and Windows.
Currently on supports 64-bit architecture in macOS, Linux and Windows (because that's the only machines that I have to compile the binaries). The current pssh-box
is taken from shaka-packager
version is 2.3.0
.
Note: The version of pssh-box-static
follows SemVer. When releasing new versions, we do not consider breaking changes in pssh-box
or shaka-packager
itself, but only the JS interface (see below). To stop pssh-box-static
from breaking your code by getting updated, lock the version down or use a lockfile.
This module is installed via npm:
$ npm install pssh-box-static
Returns the path of a statically linked pssh-box
binary on the local filesystem.
var pssh = require('pssh-box-static');
console.log(pssh.path);
// /home/feedsbrain/workspaces/cool-project/node_modules/pssh-box-static/bin/linux/x64/pssh-box
The build script will only compile the binary based on it's own build machine architecture. There are no cross architecture compilers at the moment. We will update this script if it's supported in the future.
Run npm run build
to build the project on UNIX like operating system. Run npm run build:win
to build the project on Windows.
FAQs
PSSH-BOX static binnaries for Mac OSX, Linux and Windows
The npm package pssh-box-static receives a total of 13 weekly downloads. As such, pssh-box-static popularity was classified as not popular.
We found that pssh-box-static 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.