Socket
Socket
Sign inDemoInstall

http-signature

Package Overview
Dependencies
2
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.8 to 0.9.9

4

lib/signer.js

@@ -7,3 +7,3 @@ // Copyright 2011 Joyent, Inc. All rights reserved.

var sprintf = require('sprintf').sprintf;
var sprintf = require('util').format;

@@ -136,3 +136,3 @@

var i;
var stringToSign = '';

@@ -139,0 +139,0 @@ for (i = 0; i < options.headers.length; i++) {

@@ -5,4 +5,3 @@ {

"description": "Reference implementation of Joyent's HTTP Signature Scheme",
"version": "0.9.8",
"homepage": "http://www.joyent.com",
"version": "0.9.9",
"repository": {

@@ -13,3 +12,3 @@ "type": "git",

"engines": {
"node": ">=0.4.9"
"node": ">=0.6"
},

@@ -22,11 +21,10 @@ "main": "lib/index.js",

"dependencies": {
"asn1": "0.1.9",
"ctype": "0.3.1",
"sprintf": "0.1.1"
"asn1": "0.1.11",
"ctype": "0.5.0"
},
"devDependencies": {
"httpu": "1.0.0",
"node-uuid": "1.2.0",
"tap": "0.0.14"
"node-uuid": "1.3.3",
"tap": "0.2.4"
}
}
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