Gathering detailed insights and metrics for @mahnunchik/publisher-github
Gathering detailed insights and metrics for @mahnunchik/publisher-github
Gathering detailed insights and metrics for @mahnunchik/publisher-github
Gathering detailed insights and metrics for @mahnunchik/publisher-github
:electron: A complete tool for building and publishing Electron applications A complete tool for building and publishing Electron applications
npm install @mahnunchik/publisher-github
Typescript
Module System
Min. Node Version
Node Version
NPM Version
46.7
Supply Chain
67.2
Quality
69.4
Maintenance
50
Vulnerability
97
License
TypeScript (95.33%)
JavaScript (4.23%)
HTML (0.3%)
Shell (0.07%)
CSS (0.03%)
Batchfile (0.03%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6,778 Stars
3,257 Commits
578 Forks
76 Watchers
43 Branches
113 Contributors
Updated on Jul 12, 2025
Latest Version
6.4.2
Package Id
@mahnunchik/publisher-github@6.4.2
Unpacked Size
29.35 kB
Size
8.03 kB
File Count
18
NPM Version
9.6.7
Node Version
18.17.1
Published on
Sep 22, 2023
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
Changes from pull request applied https://github.com/electron/forge/pull/1761
@electron-forge/publisher-github
publishes all your artifacts to GitHub releases, this allows your users to download the files straight from your repository or if your repository is open source you can use update.electronjs.org and get a free hosted update service.
Configuration options are documented in PublisherGithubConfig
.
1module.exports = { 2 // ... 3 publishers: [ 4 { 5 name: '@electron-forge/publisher-github', 6 config: { 7 repository: { 8 owner: 'me', 9 name: 'awesome-thing' 10 }, 11 prerelease: true 12 } 13 } 14 ] 15};
No vulnerabilities found.
Reason
20 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
all dependencies are pinned
Details
Reason
license file detected
Details
Reason
Found 18/20 approved changesets -- score normalized to 9
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
14 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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