Comparing version 0.0.8 to 0.0.9
@@ -0,1 +1,19 @@ | ||
## 0.0.9 (2014-2-21) | ||
Bugfixes: | ||
- Upgrade to triplesec v3.0.6 for windows IE 11 support | ||
## 0.0.8 (2014-2-20) | ||
Bugfixes: | ||
- Close keybase/keybase-issues#11 - Signatures certification revocations | ||
## 0.0.7 | ||
Features: | ||
- DSA and ElGamal support | ||
## 0.0.5 (2014-2-14) | ||
@@ -2,0 +20,0 @@ |
@@ -1039,3 +1039,3 @@ // Generated by IcedCoffeeScript 1.7.1-a | ||
o.signed_hash_value_hash = this.slice.read_uint16(); | ||
o.sig = this.public_key_class.parse_sig(this.slice); | ||
o.sig = o.public_key_class.parse_sig(this.slice); | ||
return new Signature(o); | ||
@@ -1042,0 +1042,0 @@ }; |
@@ -10,9 +10,4 @@ { | ||
"author": "Maxwell Krohn", | ||
"version": "0.0.8", | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "" | ||
} | ||
], | ||
"version": "0.0.9", | ||
"license": "BSD-3-Clause", | ||
"main": "./lib/main.js", | ||
@@ -31,3 +26,3 @@ "directories": { | ||
"purepack": ">=1", | ||
"triplesec": ">=3.0.4", | ||
"triplesec": ">=3.0.6", | ||
"bn": ">=0.0.2", | ||
@@ -34,0 +29,0 @@ "pgp-utils": ">=0.0.13" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
801177
Updatedtriplesec@>=3.0.6