Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Add workspace concept to git
Using giggi you can group git repositories in workspaces and run git commands on the latter.
npm install -g giggi
You can run it with giggi
or git gg
:
> $ git gg
Usage: giggi [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
repo-list|rl [workspace] list all repos in a workspace
repo-add|ra <directory> [workspace] [repoName] add a repo to a workspace
repo-remove|rr <repoName> [workspace] remove a repo from a workspace
repo-update|ru <repoName> <key> <value> [workspace] update a property of a repo
repo-status|rs <repoName> [workspace] get status of a repo
repo-fetch|rf <repoName> [workspace] run fetch on a repo
workspace-list|wl list workspaces
workspace-set-default|wsd <workspace> set default workspace
workspace-remove|wr remove the workspace
workspace-status|ws [workspace] get status of all repos in the workspace
worspace-from-dir|wfd <directory> [workspace] create a workspace from the given directory, all repo in the directory are added to the workspace
workspace-fetch|wf [workspace] run fetch on all repos in the workspace
FAQs
Add workspace concept to git
The npm package giggi receives a total of 0 weekly downloads. As such, giggi popularity was classified as not popular.
We found that giggi 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.