
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
@git-filesystem/github
Advanced tools
The GitHub implementation used by the git-filesystem package. Use this to read & write specifically to GitHub repositories only.
This package contains the GitHub implementation used by the git-filesystem npm package.
Use this to read & write specifically to GitHub repositories only; else use the git-filesystem package to write to repositories hosted with multiple cloud providers.
This package exposes methods for:
Creating a repository
Deleting a repository
Searching for repositories
Creating a file
Overwriting a file
Deleting a file
Creating tags
Reading files from tags
npm install @git-filesystem/github
import { GitHubClient } from "@git-filesystem/github";
const gitHubClient = new GitHubClient("github-username", "access-token", "user-agent-name");
const gitHubRepository = gitHubClient.getRepository("repository-name");
let fileContent = await gitHubRepository.readFile("file/path.txt");
fileContent += "\n\nNewData";
await gitHubRepository.updateFile("file/path.txt", fileContent);
@git-filesystem/github is licensed under the ISC License.
FAQs
The GitHub implementation used by the git-filesystem package. Use this to read & write specifically to GitHub repositories only.
The npm package @git-filesystem/github receives a total of 11,075 weekly downloads. As such, @git-filesystem/github popularity was classified as popular.
We found that @git-filesystem/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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.