Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
github-getter
Advanced tools
webhooks coming soon (so you gh hosted content can tell you site when to update!)
A quick and easy way to get files from github
Hosting content on github is awesome! github-getter makes accessing those files easy (so you don't waste your precious time reading api docs!)
Break down interaction with github into users, repos and files.
import { GHFile, GHRepo, GHUser } from 'github-getter'
GHFile
Input a filepath and repo name to get and GHFile
object OR
GHRepo
: Input a repo name to get a GHFile
object for everything in the repo OR
GHUser
: Input a user/org name and get a GHRepo
object for each repository belonging to that user/org
GHFile
object(s) with the following paramiter{
getData: fileDataString => /*Your code here!*/
}
see src/index.es6 for an example!
FAQs
Quick and easy github file retrieval
We found that github-getter 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.