@dioxide-js/misc
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -135,7 +135,12 @@ "use strict"; | ||
var encodedMergeBuffer = (0, base32_encode_1.default)(mergedBuffer, 'Crockford'); | ||
return { | ||
result: encodedMergeBuffer === address.toUpperCase(), | ||
enumValue: algValue, | ||
type: algType, | ||
}; | ||
var ok = encodedMergeBuffer === address.toUpperCase(); | ||
return ok | ||
? { | ||
result: ok, | ||
enumValue: algValue, | ||
type: algType, | ||
} | ||
: { | ||
result: ok, | ||
}; | ||
} | ||
@@ -142,0 +147,0 @@ catch (ex) { |
{ | ||
"name": "@dioxide-js/misc", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Simple misc", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
690411
2733