github-by-stars
github-by-stars copied to clipboard
Get most starred repo's that have a specific dependency!
```shell github-by-stars $ node index.js --author aws-cloudformation --name cfn-python-lint Waiting 5 s Fetching: https://github.com/aws-cloudformation/cfn-python-lint/network/dependents Writing dataset/cfn-python-lint/0.html [...] Waiting 5 s Fetching: https://github.com/aws-cloudformation/cfn-python-lint/network/dependents?dependents_after=NDI0MDQ4MjUyMw Writing dataset/cfn-python-lint/6.html Waiting 5 s Fetching (node:73150) UnhandledPromiseRejectionWarning:...
``` github-by-stars $ node index.js --author aws-cloudformation --name cfn-python-lint --begin 0 --end 7 { repoUrl: 'https://github.com/mozilla-services/socorro', stars: 464, forks: 207 }, { repoUrl: 'https://github.com/aws-quickstart/taskcat', stars: 436, forks: 84 }, {...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [undefsafe](https://github.com/remy/undefsafe) from 2.0.2 to 2.0.5. Release notes Sourced from undefsafe's releases. v2.0.5 2.0.5 (2021-10-17) Bug Fixes remove debug and add tests (58fc474), closes #12 Commits 5d3fa34 chore: adding semver...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
The app was crashing showing this error: ``` PS C:\Users\Si563011\Music\repositories\github-by-stars> npx nodemon index.js [nodemon] 1.19.1 [nodemon] to restart at any time, enter `rs` [nodemon] watching: *.* [nodemon] starting `node index.js`...
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...