Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/keyring

Package Overview
Dependencies
Maintainers
1
Versions
1173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/keyring - npm Package Compare versions

Comparing version 0.31.3 to 0.31.4

address/setPrefix.d.ts

4

address/defaults.d.ts
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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc