Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@bevry/github-repos
Advanced tools
Fetch the GitHub API response for a specified repository, or for all those that match a particular GitHub user/organization or a search query
Fetch the GitHub API response for a specified repository, or for all those that match a particular GitHub user/organization or a search query
import {
getRepo,
getRepos,
getReposFromSearch,
getReposFromUsers,
} from '@bevry/github-repos'
// https://developer.github.com/v3/repos/#get
getRepo('bevry/github-repos').then(console.log).catch(console.error)
getRepos(['bevry/github-repos']).then(console.log).catch(console.error)
// https://developer.github.com/v3/search/#search-repositories
getReposFromSearch('@bevry language:typescript', { pages: 0 })
.then(console.log)
.catch(console.error)
getReposFromUsers(['bevry'], { pages: 0 })
.then(console.log)
.catch(console.error)
npm install --save @bevry/github-repos
import * as pkg from ('@bevry/github-repos')
const pkg = require('@bevry/github-repos')
<script type="module">
import * as pkg from '//cdn.skypack.dev/@bevry/github-repos@^7.0.0'
</script>
<script type="module">
import * as pkg from '//unpkg.com/@bevry/github-repos@^7.0.0'
</script>
<script type="module">
import * as pkg from '//dev.jspm.io/@bevry/github-repos@7.0.0'
</script>
This package is published with the following editions:
@bevry/github-repos/source/index.ts
is TypeScript source code with Import for modules@bevry/github-repos/edition-browsers/index.js
is TypeScript compiled against ES2022 for web browsers with Import for modules@bevry/github-repos
aliases @bevry/github-repos/edition-es2022/index.js
@bevry/github-repos/edition-es2022/index.js
is TypeScript compiled against ES2022 for Node.js 18 || 20 || 21 with Require for modules@bevry/github-repos/edition-es2022-esm/index.js
is TypeScript compiled against ES2022 for Node.js 18 || 20 || 21 with Import for modulesDiscover the release history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under:
FAQs
Fetch the GitHub API response for a specified repository, or for all those that match a particular GitHub user/organization or a search query
We found that @bevry/github-repos demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.