-
#277
fc0efb9
Thanks @wKovacs64! - Recommend the interactive prompt of theapiKey
command over providing your key as a command-line argument (for enhanced security) when the API responds with 401 Unauthorized. -
#274
50f59ec
Thanks @wKovacs64! - Updateconf
to v13.0.1,ora
to v8.0.1, andhibp
to v14.1.2. The last one fixes 401 Unauthorized response handling, as the haveibeenpwned.com API (v3) changed its response format.
- #253
d80c130
Thanks @wKovacs64! - Provide an interactive prompt for the API key when theapiKey
command is issued without an argument. This is a safer way to input your API key, as providing it on the command line may cause it to show up in your shell's command history.
- #243
fd72c24
Thanks @wKovacs64! - Drop support for Node.js 16 as it is end-of-life, making the new minimum Node.js runtime v18.0.0. Please upgrade your Node.js environment if necessary, or continue using a previous release if you are unable to upgrade your environment.
-
#248
f75f0aa
Thanks @wKovacs64! - Add newsubStatus
command to get the current subscription status of your HIBP API key. See https://haveibeenpwned.com/API/v3#SubscriptionStatus for more information. -
#247
37f3a6f
Thanks @wKovacs64! - Add the--pad
(-p
) option to thepw
command, allowing you to ask the remote API to add padding to the response to obscure the password prefix. See https://www.troyhunt.com/enhancing-pwned-passwords-privacy-with-padding/ for more information. -
#246
372b291
Thanks @wKovacs64! - Refresh the project logo.
3fe2524
Thanks @wKovacs64! - Drop support for Node.js 14 as it is end-of-life, making the new minimum Node.js runtime v16.0.0. Please upgrade your Node.js environment if necessary, or continue using a previous release if you are unable to upgrade your environment.
ae51440
Thanks @wKovacs64! - Write version bumps topackage-lock.json
.
581d0dc4
and1bd53262
Thanks @wKovacs64! - Drop support for Node.js 10 and 12 as they are both end-of-life, making the new minimum Node.js runtime v14.13.1. This also converts the project to pure ESM as it is fully supported in 14.13.1, 16 and beyond. Please upgrade your Node.js environment if necessary, or continue using the latest v9 release ofpwned
if you are unable to upgrade your environment.