Socket
Socket
Sign inDemoInstall

http-signature

Package Overview
Dependencies
15
Maintainers
16
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4

7

CHANGES.md

@@ -7,4 +7,11 @@ # node-http-signature changelog

## 1.3.4
- Fix breakage in v1.3.3 with the setting of the "algorithm" field in the
Authorization header (#102)
## 1.3.3
**Bad release. Use 1.3.4.**
- Add support for an opaque param in the Authorization header (#101)

@@ -11,0 +18,0 @@ - Add support for adding the keyId and algorithm params into the signing string (#100)

2

lib/signer.js

@@ -211,3 +211,3 @@ // Copyright 2012 Joyent, Inc. All rights reserved.

keyId: sig.keyId,
algorithm: sig.keyId,
algorithm: sig.algorithm,
headers: self.rs_headers.join(' '),

@@ -214,0 +214,0 @@ signature: sig.signature

{
"name": "http-signature",
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
"version": "1.3.3",
"version": "1.3.4",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Joyent, Inc",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc