
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
jizy-packer
Advanced tools
A CLI tool and Node.js library to generate optimized builds for your projects. It provides utilities for configuration management, build orchestration, and file operations.
Examples in all jizy packages @jizy-browser @jizy-cooky etc.
Look into these packages for the file architecture.
./cli/jpack.js ./config/jpack.js ./config/jpack.template ./config/jpack.wrapper.js
node ./cli/jpack.js --debug
node ./cli/jpack.js --action build --name perso --config {"key":"value"}
node ./cli/jpack.js --action build --name perso --config ABSOLUTE_PATH_TO_JSON_FILE
Options:
--action, -a
Build action (dist|build)--name, -n
Name of the build--config, -c
Path to the custom config file or JSON string--debug, -d
Enable debug modeimport jPackBuild from './lib/Build.js';
await jPackBuild({
action: 'build',
name: 'perso',
config: 'PATH_TO_JSON_FILE',
debug: true
});
FAQs
CLI app to generate optimized builds.
The npm package jizy-packer receives a total of 25 weekly downloads. As such, jizy-packer popularity was classified as not popular.
We found that jizy-packer demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.