http-signature
Advanced tools
Comparing version 1.0.1 to 1.0.2
# node-http-signature changelog | ||
## 1.0.2 | ||
- Bump min version of `jsprim` dependency, to include fixes for using | ||
http-signature with `browserify` | ||
## 1.0.1 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "http-signature", | ||
"description": "Reference implementation of Joyent's HTTP Signature scheme.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -32,7 +32,7 @@ "author": "Joyent, Inc", | ||
"assert-plus": "^0.1.5", | ||
"jsprim": "^1.2.0", | ||
"jsprim": "^1.2.2", | ||
"sshpk": "^1.4.6" | ||
}, | ||
"peerDependencies": { | ||
"sshpk": "^1.4.0" | ||
"sshpk": "^1.4.6" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45549
Updatedjsprim@^1.2.2