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: support filtering by security releases via ?security=true #6

Merged

Conversation

knksmith57
Copy link
Contributor

Resolves #5

@vercel
Copy link

vercel bot commented Oct 25, 2019

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/zeit/resolve-node/kcquuq086
🌍 Preview: https://resolve-node-git-fork-knksmith57-support-security-rele-31d19c.zeit.now.sh

@knksmith57
Copy link
Contributor Author

heads up @TooTallNate, here's another proposed feature whenever you have a chance to take a look 😄

@knksmith57
Copy link
Contributor Author

heya @TooTallNate; any chance y'all could take a pass at this one? I think this adds notable value to the API. Thanks!

@TooTallNate
Copy link
Member

Hey @knksmith57, sorry for missing this one. Changes look good to me, thank you for the useful feature!

@TooTallNate TooTallNate merged commit 45c1ee4 into vercel:master Oct 1, 2020
@knksmith57
Copy link
Contributor Author

awesome, thanks for landing!

@knksmith57
Copy link
Contributor Author

looks good!

❯ curl -s 'https://nodejs.org/dist/index.json' | jq -r '.[]|[.version,.security]|@tsv' | head -5
v14.13.0	false
v14.12.0	false
v14.11.0	true
v14.10.1	false
v14.10.0	false

❯ curl -L resolve-node.now.sh/14
v14.13.0

❯ curl -L resolve-node.now.sh/14?security=true
v14.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

proposal: support limiting results to security releases
2 participants