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

@polkadot/keyring

Package Overview
Dependencies
Maintainers
2
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 10.1.12 to 10.1.13

2

bundle-polkadot-keyring.js

@@ -433,3 +433,3 @@ (function (global, factory) {

type: 'esm',
version: '10.1.12'
version: '10.1.13'
};

@@ -436,0 +436,0 @@

@@ -16,4 +16,4 @@ "use strict";

type: 'cjs',
version: '10.1.12'
version: '10.1.13'
};
exports.packageInfo = packageInfo;

@@ -23,3 +23,3 @@ {

"type": "module",
"version": "10.1.12",
"version": "10.1.13",
"main": "./cjs/index.js",

@@ -130,9 +130,9 @@ "module": "./index.js",

"@babel/runtime": "^7.20.1",
"@polkadot/util": "10.1.12",
"@polkadot/util-crypto": "10.1.12"
"@polkadot/util": "10.1.13",
"@polkadot/util-crypto": "10.1.13"
},
"peerDependencies": {
"@polkadot/util": "10.1.12",
"@polkadot/util-crypto": "10.1.12"
"@polkadot/util": "10.1.13",
"@polkadot/util-crypto": "10.1.13"
}
}

@@ -10,3 +10,3 @@ // Copyright 2017-2022 @polkadot/keyring authors & contributors

type: 'esm',
version: '10.1.12'
version: '10.1.13'
};
import type { EncryptedJsonEncoding } from '@polkadot/util-crypto/types';
import type { PairInfo } from './types';
declare type DecodeResult = PairInfo & {
type DecodeResult = PairInfo & {
secretKey: Uint8Array;

@@ -5,0 +5,0 @@ };

@@ -13,5 +13,7 @@ import type { HexString } from '@polkadot/util/types';

}
export declare type KeyringPair$Meta = Record<string, unknown>;
export type KeyringPair$Meta = Record<string, unknown>;
export interface KeyringPair$Json extends EncryptedJson {
/** The ss58 encoded address or the hex-encoded version (the latter is for ETH-compat chains) */
address: string | HexString;
/** The underlying metadata associated with the keypair */
meta: KeyringPair$Meta;

@@ -18,0 +20,0 @@ }

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