This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.5.2
->9.0.0
Release Notes
wKovacs64/hibp
v9.0.0
Compare Source
Build System
chore
Reverts
BREAKING CHANGES
dist
directory. This should be transparent if you followed the documentation, but
the changes are as follows:
lib/hibp.js
→dist/cjs/hibp.js
es/hibp.js
→dist/esm/hibp.js
dist/hibp.mjs
→dist/browser/hibp.esm.js
dist/hibp.min.mjs
→dist/browser/hibp.esm.min.js
dist/hibp.js
→dist/browser/hibp.umd.js
dist/hibp.min.js
→dist/browser/hibp.umd.min.js
types/hibp.d.ts
→dist/hibp.d.ts
v8.0.1
Compare Source
Performance Improvements
Build Output
#__PURE__
annotations (#121) (a6b7b57)v8.0.0
Compare Source
chore
Features
BREAKING CHANGES
https://haveibeenpwned.com/API/Key to access the
breachedaccount
andpasteaccount
endpoints.Requests made using the
breachedAccount
,pasteAccount
, andsearch
modules will be rejectedwith a
401 Unauthorized
response unless theapiKey
option is provided with a valid API key, oryou are proxying your requests (via the
baseUrl
option) through a server that inserts an API keyon your behalf. See Troy's blog post for rationale and a full explanation.
includeUnverified
option previously defaulted tofalse
and now defaults to
true
, per Troy's preference.truncate
option previously defaulted tofalse
and now defaults totrue
,per Troy's preference.
Renovate configuration
📅 Schedule: "after 10pm every weekday,before 5am every weekday" in timezone Europe/London.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.