Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "js-sha3", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"main": ["src/sha3.js"], | ||
@@ -5,0 +5,0 @@ "ignore": [ |
/** | ||
* [js-sha3]{@link https://github.com/emn178/js-sha3} | ||
* | ||
* @version 0.6.0 | ||
* @version 0.6.1 | ||
* @author Chen, Yi-Cyuan [emn178@gmail.com] | ||
@@ -6,0 +6,0 @@ * @copyright Chen, Yi-Cyuan 2015-2017 |
# Change Log | ||
## v0.6.1 / 2017-07-03 | ||
### Fixed | ||
- Typo on variable kmac_256 type definition. #12 | ||
## v0.6.0 / 2017-06-15 | ||
@@ -4,0 +8,0 @@ ### Added |
@@ -166,4 +166,4 @@ type Message = string | number[] | ArrayBuffer | Uint8Array; | ||
export var kmac_128: KmacHash; | ||
export var kmac_256: kmacHash; | ||
export var kmac_256: KmacHash; | ||
export var kmac128: KmacHash; | ||
export var kmac256: KmacHash; |
{ | ||
"name": "js-sha3", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.", | ||
@@ -5,0 +5,0 @@ "main": "src/sha3.js", |
/** | ||
* [js-sha3]{@link https://github.com/emn178/js-sha3} | ||
* | ||
* @version 0.6.0 | ||
* @version 0.6.1 | ||
* @author Chen, Yi-Cyuan [emn178@gmail.com] | ||
@@ -6,0 +6,0 @@ * @copyright Chen, Yi-Cyuan 2015-2017 |
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
104975