Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.6-beta to 0.0.7-beta

2

dist/types/lib/walletAggregator.d.ts

@@ -1,2 +0,2 @@

import { BaseWallet, BaseWalletProvider } from './types';
import type { BaseWallet, BaseWalletProvider } from './types';
export declare class WalletAggregator {

@@ -3,0 +3,0 @@ walletProviders: BaseWalletProvider[];

{
"name": "@polkadot-onboard/core",
"version": "0.0.6-beta",
"version": "0.0.7-beta",
"author": "Parity Team <admin@parity.io>",

@@ -21,3 +21,4 @@ "maintainers": [

"scripts": {
"build": "rm -rf ./dist/ && yarn format && tsc --build",
"clean": "yarn cache clean && rm -rf ./dist/ ./node_modules",
"build": "rm -rf ./dist/ && yarn && yarn format && tsc --build",
"build:watch": "tsc --watch",

@@ -24,0 +25,0 @@ "format": "prettier --write \"./src/**/*.{ts,tsx}\""

@@ -1,2 +0,2 @@

import { BaseWallet, BaseWalletProvider } from './types';
import type { BaseWallet, BaseWalletProvider } from './types';

@@ -3,0 +3,0 @@ export class WalletAggregator {

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