wKovacs64 / hibp

An unofficial TypeScript SDK for the 'Have I been pwned?' service.
https://wkovacs64.github.io/hibp
MIT License
113 stars 5 forks source link

chore: convert project source to ESM #420

Closed wKovacs64 closed 1 year ago

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 81ba3beba12cd2139f0e88da1ba4fcd13d1f3111

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codecov[bot] commented 1 year ago

Codecov Report

Merging #420 (81ba3be) into main (799669b) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #420   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          873       876    +3     
  Branches        42        42           
=========================================
+ Hits           873       876    +3     
Files Coverage Δ
src/api/haveibeenpwned/fetch-from-api.ts 100.00% <100.00%> (ø)
src/api/haveibeenpwned/responses.ts 100.00% <100.00%> (ø)
src/api/pwnedpasswords/fetch-from-api.ts 100.00% <100.00%> (ø)
src/breach.ts 100.00% <100.00%> (ø)
src/breached-account.ts 100.00% <100.00%> (ø)
src/breaches.ts 100.00% <100.00%> (ø)
src/data-classes.ts 100.00% <100.00%> (ø)
src/hibp.ts 100.00% <100.00%> (ø)
src/paste-account.ts 100.00% <100.00%> (ø)
src/pwned-password-range.ts 100.00% <100.00%> (ø)
... and 2 more