@polkadot/keyring
Advanced tools
Comparing version 0.31.3 to 0.31.4
import { Prefix } from './types'; | ||
declare const _default: { | ||
declare const defaults: { | ||
allowedDecodedLengths: number[]; | ||
@@ -8,2 +8,2 @@ allowedEncodedLengths: number[]; | ||
}; | ||
export default _default; | ||
export default defaults; |
@@ -10,3 +10,3 @@ "use strict"; | ||
// of the ISC license. See the LICENSE file for details. | ||
var _default = { | ||
const defaults = { | ||
allowedDecodedLengths: [1, 2, 4, 8, 32], | ||
@@ -18,2 +18,3 @@ // publicKey has prefix + 2 checksum bytes, short only prefix + 1 checksum byte | ||
}; | ||
var _default = defaults; | ||
exports.default = _default; |
@@ -7,3 +7,3 @@ // Copyright 2017-2018 @polkadot/util-keyring authors & contributors | ||
export default { | ||
const defaults = { | ||
allowedDecodedLengths: [1, 2, 4, 8, 32], | ||
@@ -15,1 +15,3 @@ // publicKey has prefix + 2 checksum bytes, short only prefix + 1 checksum byte | ||
}; | ||
export default defaults; |
{ | ||
"name": "@polkadot/keyring", | ||
"version": "0.31.3", | ||
"version": "0.31.4", | ||
"description": "Keyring management", | ||
@@ -34,4 +34,4 @@ "main": "index.js", | ||
"@babel/runtime": "^7.0.0", | ||
"@polkadot/util": "^0.31.3", | ||
"@polkadot/util-crypto": "^0.31.3", | ||
"@polkadot/util": "^0.31.4", | ||
"@polkadot/util-crypto": "^0.31.4", | ||
"@types/bs58": "^3.0.30", | ||
@@ -38,0 +38,0 @@ "bs58": "^4.0.1" |
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
58618
66
1377
Updated@polkadot/util@^0.31.4