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

@blocto/aptos-wallet-adapter-plugin

Package Overview
Dependencies
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocto/aptos-wallet-adapter-plugin - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

dist/index.d.ts

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

import { WalletName, NetworkName, AdapterPlugin, AccountInfo, SignMessagePayload, SignMessageResponse, NetworkInfo } from '@aptos-labs/wallet-adapter-core';
import { WalletName, NetworkName, AdapterPlugin, WalletReadyState, AccountInfo, SignMessagePayload, SignMessageResponse, NetworkInfo } from '@aptos-labs/wallet-adapter-core';
import { AptosProviderInterface } from '@blocto/sdk';

@@ -19,2 +19,3 @@ import { Types } from 'aptos';

provider: AptosProviderInterface | undefined;
readyState?: WalletReadyState;
protected _network: NetworkName.Mainnet | NetworkName.Testnet;

@@ -21,0 +22,0 @@ constructor({ network, bloctoAppId }: BloctoWalletAdapterConfig);

{
"name": "@blocto/aptos-wallet-adapter-plugin",
"version": "0.0.2",
"version": "0.0.3",
"description": "Blocto Wallet plugin to use with Aptos Wallet Adapter",

@@ -5,0 +5,0 @@ "author": "Blcoto Wallet",

@@ -13,2 +13,3 @@ import {

} from "@aptos-labs/wallet-adapter-core";
import { WalletReadyState } from "@aptos-labs/wallet-adapter-core";
import { Types } from "aptos";

@@ -46,2 +47,4 @@

readyState?: WalletReadyState = WalletReadyState.Loadable;
protected _network: NetworkName.Mainnet | NetworkName.Testnet

@@ -48,0 +51,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