@blocto/aptos-wallet-adapter-plugin
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1
13584
5
236