Gathering detailed insights and metrics for @bevry/github-repos
Gathering detailed insights and metrics for @bevry/github-repos
npm install @bevry/github-repos
Typescript
Module System
Min. Node Version
Node Version
NPM Version
70.2
Supply Chain
91.4
Quality
75.6
Maintenance
100
Vulnerability
99.6
License
TypeScript (100%)
Total Downloads
53,565
Last Day
9
Last Week
88
Last Month
357
Last Year
6,563
3 Stars
140 Commits
1 Forks
2 Watching
7 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
7.0.0
Package Id
@bevry/github-repos@7.0.0
Unpacked Size
59.30 kB
Size
13.12 kB
File Count
13
NPM Version
10.1.0
Node Version
20.9.0
Publised On
01 Nov 2023
Cumulative downloads
Total Downloads
Last day
200%
9
Compared to previous day
Last week
-22.1%
88
Compared to previous week
Last month
17.4%
357
Compared to previous month
Last year
-82.5%
6,563
Compared to previous year
Fetch the GitHub API response for a specified repository, or for all those that match a particular GitHub user/organization or a search query
1import { 2 getRepo, 3 getRepos, 4 getReposFromSearch, 5 getReposFromUsers, 6} from '@bevry/github-repos' 7 8// https://developer.github.com/v3/repos/#get 9getRepo('bevry/github-repos').then(console.log).catch(console.error) 10getRepos(['bevry/github-repos']).then(console.log).catch(console.error) 11 12// https://developer.github.com/v3/search/#search-repositories 13getReposFromSearch('@bevry language:typescript', { pages: 0 }) 14 .then(console.log) 15 .catch(console.error) 16getReposFromUsers(['bevry'], { pages: 0 }) 17 .then(console.log) 18 .catch(console.error)
npm install --save @bevry/github-repos
import * as pkg from ('@bevry/github-repos')
const pkg = require('@bevry/github-repos')
1<script type="module"> 2 import * as pkg from '//cdn.skypack.dev/@bevry/github-repos@^7.0.0' 3</script>
1<script type="module"> 2 import * as pkg from '//unpkg.com/@bevry/github-repos@^7.0.0' 3</script>
1<script type="module"> 2 import * as pkg from '//dev.jspm.io/@bevry/github-repos@7.0.0' 3</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:
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
6 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More