Gathering detailed insights and metrics for app-builder-bin
Gathering detailed insights and metrics for app-builder-bin
Gathering detailed insights and metrics for app-builder-bin
Gathering detailed insights and metrics for app-builder-bin
npm install app-builder-bin
v5.0.0-alpha.11
Published on 15 Oct 2024
v5.0.0-alpha.10
Published on 24 Sept 2024
v5.0.0-alpha.9
Published on 15 Sept 2024
v5.0.0-alpha.8
Published on 12 Sept 2024
v5.0.0-alpha.7
Published on 30 Jul 2024
v5.0.0-alpha.6
Published on 18 Jul 2024
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
122 Stars
244 Commits
62 Forks
5 Watching
5 Branches
39 Contributors
Updated on 17 Nov 2024
Go (88.39%)
Shell (9.38%)
JavaScript (1.19%)
Makefile (0.72%)
HTML (0.32%)
Cumulative downloads
Total Downloads
Last day
-6%
62,992
Compared to previous day
Last week
3.2%
353,241
Compared to previous week
Last month
17.6%
1,496,221
Compared to previous month
Last year
5.3%
14,371,819
Compared to previous year
No dependencies detected.
Generic helper tool to build app in a distributable formats. Used by electron-builder but applicable not only for building Electron applications.
usage: app-builder [<flags>] <command> [<args> ...]
app-builder
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.
Commands:
help [<command>...]
Show help.
blockmap --input=INPUT [<flags>]
Generates file block map for differential update using content defined
chunking (that is robust to insertions, deletions, and changes to input
file)
-i, --input=INPUT input file
-o, --output=OUTPUT output file
-c, --compression=gzip compression, one of: gzip, deflate
download --url=URL --output=OUTPUT [<flags>]
Download file.
-u, --url=URL The URL.
-o, --output=OUTPUT The output file.
--sha512=SHA512 The expected sha512 of file.
download-artifact --name=NAME --url=URL [<flags>]
Download, unpack and cache artifact from GitHub.
-n, --name=NAME The artifact name.
-u, --url=URL The artifact URL.
--sha512=SHA512 The expected sha512 of file.
copy --from=FROM --to=TO [<flags>]
Copy file or dir.
-f, --from=FROM
-t, --to=TO
--hard-link Whether to use hard-links if possible
appimage --app=APP --stage=STAGE --output=OUTPUT [<flags>]
Build AppImage.
-a, --app=APP The app dir.
-s, --stage=STAGE The stage dir.
-o, --output=OUTPUT The output file.
--arch=x64 The arch.
--compression=COMPRESSION The compression.
--remove-stage Whether to remove stage after build.
snap --app=APP --stage=STAGE --output=OUTPUT [<flags>]
Build snap.
-t, --template=TEMPLATE The template file.
-u, --template-url=TEMPLATE-URL
The template archive URL.
--template-sha512=TEMPLATE-SHA512
The expected sha512 of template archive.
-a, --app=APP The app dir.
-s, --stage=STAGE The stage dir.
--icon=ICON The path to the icon.
--hooks=HOOKS The hooks dir.
--arch=amd64 The arch.
-o, --output=OUTPUT The output file.
--docker-image="snapcore/snapcraft:latest"
The docker image.
--docker Whether to use Docker.
--remove-stage Whether to remove stage after build.
icon --input=INPUT --format=FORMAT --out=OUT [<flags>]
create ICNS or ICO or icon set from PNG files
-i, --input=INPUT ... input directory or file
-f, --format=FORMAT output format
--out=OUT output directory
-r, --root=ROOT ... base directory to resolve relative path
dmg --volume=VOLUME [<flags>]
Build dmg.
--volume=VOLUME
--icon=ICON
--background=BACKGROUND
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
12 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 11/19 approved changesets -- score normalized to 5
Reason
dependency not pinned by hash detected -- score normalized to 5
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
11 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More