🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@kasplex/kiwi-web

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kasplex/kiwi-web - npm Package Compare versions

Comparing version
1.0.15
to
1.0.16
+1
-1
dist/browerExtend/walletDetector.d.ts

@@ -10,3 +10,3 @@ declare class BrowerWallet {

*/
static getBrowerWalletList(): Promise<string[]>;
static getBrowerWalletList(force?: boolean): Promise<string[]>;
/**

@@ -13,0 +13,0 @@ * Detects whether specified browser extensions are installed by checking their global variables.

@@ -8,3 +8,3 @@ {

"description": "KASPA WASM bindings",
"version": "0.17.1",
"version": "1.0.1",
"license": "ISC",

@@ -18,3 +18,3 @@ "repository": {

"kaspa.js",
""
"kaspa.d.ts"
],

@@ -21,0 +21,0 @@ "main": "kaspa.js",

{
"name": "@kasplex/kiwi-web",
"version": "1.0.15",
"version": "1.0.16",
"type": "module",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -8,4 +8,7 @@ # Wallet Extension SDK

```typescript
import { WalletApi } from '@kasplex/kiwi-web';
import { WalletApi, BrowerWallet } from '@kasplex/kiwi-web';
// Get Wallet List
const walletList = await BrowerWallet.getBrowerWalletList()
// Create and initialize wallet instance

@@ -18,2 +21,3 @@ const wallet = await WalletApi.create('kasware');

// Send KAS

@@ -20,0 +24,0 @@ const txId = await wallet.sendKaspa(

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display