Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: lstn to <ecosystem> <name> [[version] [shasum] | [version constraint]] #264

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

leodido
Copy link
Member

@leodido leodido commented May 13, 2024

This PR introduces the ecosystem argument (first argument, npm or pypi) for the lstn to child command.

Examples

Here some usage examples.

Get the verdicts for all the chalk versions that listen.dev owns

lstn to npm chalk

Get the verdicts for version 4.3.4 of the debug package on NPM

lstn to npm debug 4.3.4

Get the listen.dev verdicts for react 18.0.0 with digest b468736d1f4a5891f38585ba8e8fb29f91c3cb96

lstn to npm react 18.0.0 b468736d1f4a5891f38585ba8e8fb29f91c3cb96

Get the verdicts for all the existing chalk versions

lstn to npm chalk "*"

Get the verdicts for nock versions >= 13.2.0 and < 13.3.0

lstn to npm nock "~13.2.x"

Get the verdicts for tap versions >= 16.3.0 and < 16.4.0

lstn to npm tap "^16.3.0"

Get the verdicts for prettier versions >= 2.7.0 <= 3.0.0

lstn to npm prettier ">=2.7.0 <=3.0.0"

Get the verdicts for all the flask versions that listen.dev analysed

lstn to pypi flask

@leodido leodido self-assigned this May 13, 2024
@leodido leodido added the enhancement New feature or request label May 13, 2024
@leodido leodido changed the title feat: lstn to pypi|npm <package_name> feat: lstn to <ecosystem> <name> [[version] [shasum] | [version constraint]] May 13, 2024
…ire an initial ecosystem argument

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant