Socket
Socket
Sign inDemoInstall

http-signature

Package Overview
Dependencies
15
Maintainers
8
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.6 to 1.4.0

3

lib/utils.js

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

'dsa': true,
'ecdsa': true
'ecdsa': true,
'ed25519': true
};

@@ -19,0 +20,0 @@

{
"name": "http-signature",
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
"version": "1.3.6",
"version": "1.4.0",
"license": "MIT",
"author": "Joyent, Inc",
"author": "MNX Cloud (mnx.io)",
"contributors": [

@@ -14,6 +14,6 @@ "Mark Cavage <mcavage@gmail.com>",

"type": "git",
"url": "git://github.com/joyent/node-http-signature.git"
"url": "git://github.com/TritonDataCenter/node-http-signature.git"
},
"homepage": "https://github.com/joyent/node-http-signature/",
"bugs": "https://github.com/joyent/node-http-signature/issues",
"homepage": "https://github.com/TritonDataCenter/node-http-signature/",
"bugs": "https://github.com/TritonDataCenter/node-http-signature/issues",
"keywords": [

@@ -36,3 +36,3 @@ "https",

"jsprim": "^2.0.2",
"sshpk": "^1.14.1"
"sshpk": "^1.18.0"
},

@@ -39,0 +39,0 @@ "devDependencies": {

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