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

@polkadot-onboard/react

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot-onboard/react - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0

5

dist/PolkadotWalletsContext.js

@@ -10,4 +10,5 @@ import { jsx as _jsx } from "react/jsx-runtime";

useEffect(() => {
const timeoutId = setTimeout(() => {
setWallets(walletAggregator.getWallets());
const timeoutId = setTimeout(async () => {
const wallets = await walletAggregator.getWallets();
setWallets(wallets);
}, initialWaitMs);

@@ -14,0 +15,0 @@ return () => clearTimeout(timeoutId);

6

package.json
{
"name": "@polkadot-onboard/react",
"version": "0.2.0",
"version": "1.0.0",
"author": "Parity Team <admin@parity.io>",

@@ -32,7 +32,7 @@ "maintainers": [

"devDependencies": {
"@polkadot-onboard/core": "0.2.0",
"@polkadot-onboard/core": "1.0.0",
"@types/react": "18.2.20",
"prettier": "3.0.0",
"prettier": "3.0.3",
"typescript": "5.1.6"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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