
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
sudo npm install -g gitke --unsafe-perm # running as root
# Run the server
gitke
# Open your browser and visit http://localhost:2018/
git push git@192.168.188.250:owner/repo.git master
git clone ssh://root@123.123.123.123/opt/my-first-app.git
git clone http://username:password@127.0.0.1:2018/owner/repo.git
git clone http://127.0.0.1:2018/admin/test.git test
git fetch http://127.0.0.1:2018/admin/test.git test
Serving content of a file in a git repo.
The requested file is specified by:
{owner}: GitHub organization or user{repo}: repository name{ref}: Git reference
master)v1.0)https://localhost:2018/{owner}/{repo}/raw/{ref}/path/to/filehttp://localhost:2018/admin/gitke/raw/master/README.mdgit clone https://github.com/jaywcjlove/gitke.git
sudo npm install --unsafe-perm # running as root
# Or
sudo yarn install
# Run the app
# Restart the app automatically every time code changes.
# Useful during development.
npm run dev
Open your browser and visit http://localhost:2018/
The MIT License (MIT)
FAQs
A simple git server written in NodeJS
The npm package gitke receives a total of 1 weekly downloads. As such, gitke popularity was classified as not popular.
We found that gitke 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.