Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
backup-github
Advanced tools
Open-source GitHub mass-repo backup tool.
This tool will create cross-platform terminal commands for cloning all of a user's repositories.
If your code is only on the cloud, you have no control over its destiny.
backup-github
gives you the tools you need to set up your own backup/download events, ensuring that you have access to your code, no matter what.
Install by running:
npm install -g backup-github
or:
npm install -g https://github.com/NotTimTam/backup-github.git
Import backup-github
into your Node.js script:
const BGH = require("backup-github");
Generate your backup commands using:
const logBackupCommand = async () => {
// An array of specific repositories from any Git platform can be provided, or you can use this function to auto-generate a list of all of a user's repositories:
const repos = await BGH.getRepos(
"YOUR_USERNAME",
"YOUR_ACCESS_TOKEN" // Optional. Provides access to private repos.
);
// Log the created commands:
console.log(await BGH.createBackupCommands(repos));
};
logBackupCommand();
To access your private repositories, you'll need to provide your GitHub access token.
After you generate your command string, you can use Node.js's exec()
function, or manually copy-paste the commands into your terminal.
FAQs
Open-source GitHub mass-repo backup tool.
The npm package backup-github receives a total of 0 weekly downloads. As such, backup-github popularity was classified as not popular.
We found that backup-github 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.