Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

http-signature

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-signature - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGES.md
# node-http-signature changelog
## 1.0.0 (not yet released)
## 1.0.1
- Bump minimum version of `sshpk` dependency, to include fixes for
whitespace tolerance in key parsing.
## 1.0.0
- First semver release.

@@ -6,0 +11,0 @@ - #36: Ensure verifySignature does not leak useful timing information

4

package.json
{
"name": "http-signature",
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -33,3 +33,3 @@ "author": "Joyent, Inc",

"jsprim": "^1.2.0",
"sshpk": "^1.4.0"
"sshpk": "^1.4.6"
},

@@ -36,0 +36,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc