🎩 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.23
to
1.0.26
+1
-0
dist/index.d.ts

@@ -11,4 +11,5 @@ export * as Wasm from './wasm';

export * from './kiwi';
export * from './init';
export * from "./utils/index";
export * as Modules from "./types/index";
export * as Tx from "./tx";
+1
-2

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

declare function initialize(wasmUrl?: string): Promise<void>;
export { initialize };
export declare function initialize(wasmUrl?: string | URL): Promise<void>;
{
"name": "@kasplex/kiwi",
"version": "1.0.23",
"version": "1.0.26",
"type": "module",

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

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

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