Gathering detailed insights and metrics for @spielworks/ers-publisher
Gathering detailed insights and metrics for @spielworks/ers-publisher
Gathering detailed insights and metrics for @spielworks/ers-publisher
Gathering detailed insights and metrics for @spielworks/ers-publisher
:electron: A complete tool for building and publishing Electron applications A complete tool for building and publishing Electron applications
npm install @spielworks/ers-publisher
Typescript
Module System
Min. Node Version
Node Version
NPM Version
47.7
Supply Chain
70.1
Quality
72
Maintenance
100
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
1.0.1
Package Id
@spielworks/ers-publisher@1.0.1
Unpacked Size
26.98 kB
Size
7.79 kB
File Count
14
NPM Version
8.19.4
Node Version
16.20.1
Published on
Jul 05, 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
@spielworks/esr-publisher
publishes all your artifacts to a hosted instance of Electron Release Server where users will be able to download them.
@spielworks/esr-publisher
has been copied by electron release server publisher
that is built in the forge
module by default and has been modified slightly to support the artifacts (x64 & arm64) on our own electron release server.
The code to the original publisher can be found here
npm install --save-dev @spielworks/esr-publisher
Configuration options are documented in PublisherERSConfig
.
module.exports = {
// ...
publishers: [
{
name: '@spielworks/esr-publisher',
config: {
baseUrl: 'https://update.server.com',
username: 'admin',
password: 'admin'
}
}
]
};
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