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

fix: directly query npm instead of via npms #186

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Dec 14, 2023

PR Checklist

Overview

Switches to the npm API. The PackageData structure seems to be just about the same as npms, which makes this pretty much not a breaking change. Yay!

Example base query for searching: https://registry.npmjs.com/-/v1/search?&text=maintainer:joshuakgoldberg

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c9c3978) 95.62% compared to head (d6afafb) 95.94%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #186      +/-   ##
==========================================
+ Coverage   95.62%   95.94%   +0.31%     
==========================================
  Files          12       12              
  Lines         343      370      +27     
  Branches       30       30              
==========================================
+ Hits          328      355      +27     
  Misses         15       15              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review December 14, 2023 16:35
@JoshuaKGoldberg JoshuaKGoldberg merged commit 26214aa into main Dec 14, 2023
13 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the npm-registry-direct branch December 14, 2023 16:39
JoshuaKGoldberg added a commit to JoshuaKGoldberg/tidelift-me-up-site that referenced this pull request Dec 14, 2023
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.

🐛 Bug: Does not include new packages
1 participant