Gathering detailed insights and metrics for install-artifact-from-github
Gathering detailed insights and metrics for install-artifact-from-github
Gathering detailed insights and metrics for install-artifact-from-github
Gathering detailed insights and metrics for install-artifact-from-github
No-dependency micro helper for developers of binary addons for Node that checks the cache for an artifact before attempting to build a project. Save time for your users!
npm install install-artifact-from-github
Typescript
Module System
Node Version
NPM Version
JavaScript (94.86%)
Shell (5.14%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
6 Stars
63 Commits
3 Forks
2 Watchers
1 Branches
3 Contributors
Updated on May 12, 2025
Latest Version
1.4.0
Package Id
install-artifact-from-github@1.4.0
Unpacked Size
20.74 kB
Size
6.66 kB
File Count
5
NPM Version
11.3.0
Node Version
24.0.1
Published on
May 12, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
No dependencies detected.
This is a no-dependency micro helper for developers of binary addons for Node. It is literally two small one-file utilities integrated with GitHub releases. The project solves two problems:
In general, it can save your users from a long recompilation and, in some cases, even save them from installing build tools. By using GitHub facilities (Releases and Actions) the whole process of publishing and subsequent installations are secure, transparent, painless, inexpensive, or even free for public repositories.
Installation:
npm install --save install-artifact-from-github
In your package.json
(pseudo-code with comments):
1{ 2 // your custom package.json stuff 3 // ... 4 "scripts": { 5 // your scripts go here 6 // ... 7 8 // saves an artifact 9 "save-to-github": "save-to-github-cache --artifact build/Release/ABC.node", 10 11 // installs using pre-created artifacts 12 "install": "install-from-cache --artifact build/Release/ABC.node", 13 14 // used by "install" to test the artifact 15 "verify-build": "node scripts/verify-build.js" 16 17 // used by "install" to rebuild from sources 18 "rebuild": "node-gyp rebuild" 19 } 20}
Examples of GitHub actions can be found in the documentation.
The full documentation is available in the wiki.
save-to-github
here from a separate project, reduced 3rd-party dependencies.yarn
-specific bug.No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Reason
Found 1/30 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-06-30
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