Releases: capabilityio/cap1-hmac-sha512
Releases · capabilityio/cap1-hmac-sha512
v1.4.3
v1.4.2
v1.4.1
v1.4.0
Do not include hop-by-hop headers in signature.
v1.3.0
v1.2.0
v1.1.0
When using Node.js url
module to parse URLs, when a query string is absent, it is set to null
. This bypasses JavaScript default parameter syntax (because defaults are only set for undefined
parameters), resulting in an Error
being thrown. This update sets default parameters the old JavaScript way via ||
, in addition to using default parameter syntax. Now, if query string is falsy, a default ""
will be used instead of an Error
being thrown.