New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot-onboard/core

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot-onboard/core - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

src/walletAggregator.test.ts.pending

2

dist/types/types.d.ts

@@ -28,2 +28,3 @@ import type { Signer } from '@polkadot/types/types';

}
export type UnsubscribeFn = () => void;
export interface BaseWallet {

@@ -37,3 +38,4 @@ metadata: WalletMetadata;

getAccounts: () => Promise<Account[]>;
subscribeAccounts: (cb: (accounts: Account[]) => void) => Promise<UnsubscribeFn>;
}
//# sourceMappingURL=types.d.ts.map

6

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

@@ -29,5 +29,5 @@ "maintainers": [

"@polkadot/types": "10.9.1",
"prettier": "3.0.3",
"typescript": "5.1.6"
"prettier": "3.1.0",
"typescript": "5.2.2"
}
}

@@ -31,2 +31,4 @@ import type { Signer } from '@polkadot/types/types';

export type UnsubscribeFn = () => void;
export interface BaseWallet {

@@ -41,2 +43,3 @@ metadata: WalletMetadata;

getAccounts: () => Promise<Account[]>;
subscribeAccounts: (cb: (accounts: Account[]) => void) => Promise<UnsubscribeFn>;
}

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