🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@kasplex/kiwi

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kasplex/kiwi - npm Package Compare versions

Comparing version
1.0.18
to
1.0.19
+7
-0
dist/check.d.ts

@@ -56,2 +56,9 @@ import { Krc20Data } from "./types/interface";

/**
* Validates the ticker field in the data.
* @param data The Krc20Data object to validate.
* @returns The current instance for chaining.
* @throws Error if the ticker is invalid.
*/
private static validateTickOrCa;
/**
* Validates the 'to' address field in the data.

@@ -58,0 +65,0 @@ * @returns The current instance for chaining.

+1
-0

@@ -90,2 +90,3 @@ export interface PaginationParam {

amt?: string;
name: string;
from: string;

@@ -92,0 +93,0 @@ to: string;

+1
-1
{
"name": "@kasplex/kiwi",
"version": "1.0.18",
"version": "1.0.19",
"type": "module",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -62,3 +62,10 @@ # Kasplex Wallet SDK - Kiwi

## 📜 Version History
### [1.0.19] - 2025-05-01
#### 🛠️ Bug Fixes
- Fixed issue with transaction processing (#123)
#### API Request Interface Modifications
- Added the getBlackList interface for querying the blacklist.
- Enhanced interface return types for better data type visibility.
### [1.0.11] - 2025-04-17

@@ -65,0 +72,0 @@

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