Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
gh-updater
Advanced tools
The project aims to develop a GitHub repository auto-updater tool using 7-Zip or unzip.
Here lists the usage of this tool.
If installed as node_modules/.bin/gh-updater
:
node_modules/.bin/gh-updater user/repository-branch [target_directory]
default target directory: repository-branch/
e.g.,
# install into gh-updater-master/
node_modules/.bin/gh-updater kanasimi/gh-updater-master
# install into **current directory**
node_modules/.bin/gh-updater kanasimi/gh-updater-master .
Testing GitHub.updater.node.js
:
node GitHub.updater.node.js user/repository-branch [target_directory]
const updater = require('gh-updater');
// to check version
updater.check_version('kanasimi/gh-updater-master', version_data => console.log(version_data) );
// to update
updater.update('kanasimi/gh-updater-master', '.');
Platform | support |
---|---|
Windows | ✔️ |
macOS | ✔️ |
UNIX, Linux | ✔️ |
In UNIX or macOS, thie update tool will use unzip to extract files. In Windows, the client must install 7-Zip first.
The update tool checks the latest commits of GitHub repository, NOT releases or npm package.
Contact us at GitHub.
FAQs
GitHub repository auto-updater using 7zip or unzip
The npm package gh-updater receives a total of 29 weekly downloads. As such, gh-updater popularity was classified as not popular.
We found that gh-updater demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.