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 8.7.2-3 to 9.0.1

2

bundle-polkadot-keyring.js

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

type: 'esm',
version: '8.7.2-3'
version: '9.0.1'
};

@@ -407,0 +407,0 @@

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

type: 'cjs',
version: '8.7.2-3'
version: '9.0.1'
};
exports.packageInfo = packageInfo;
// Copyright 2017-2022 @polkadot/keyring authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { packageInfo as utilInfo } from '@polkadot/util/packageInfo.js';
import { packageInfo as cryptoInfo } from '@polkadot/util-crypto/packageInfo.js';
import { packageInfo as utilInfo } from '@polkadot/util/packageInfo';
import { packageInfo as cryptoInfo } from '@polkadot/util-crypto/packageInfo';
export default [utilInfo, cryptoInfo];

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

"type": "module",
"version": "8.7.2-3",
"version": "9.0.1",
"main": "./cjs/index.js",

@@ -129,10 +129,10 @@ "module": "./index.js",

"dependencies": {
"@babel/runtime": "^7.17.8",
"@polkadot/util": "8.7.2-3",
"@polkadot/util-crypto": "8.7.2-3"
"@babel/runtime": "^7.17.9",
"@polkadot/util": "9.0.1",
"@polkadot/util-crypto": "9.0.1"
},
"peerDependencies": {
"@polkadot/util": "8.7.2-3",
"@polkadot/util-crypto": "8.7.2-3"
"@polkadot/util": "9.0.1",
"@polkadot/util-crypto": "9.0.1"
}
}

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

type: 'esm',
version: '8.7.2-3'
version: '9.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