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

@mysten/zksend

Package Overview
Dependencies
Maintainers
4
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysten/zksend - npm Package Compare versions

Comparing version 0.0.0-experimental-20240111232544 to 0.0.0-experimental-20240112000237

7

CHANGELOG.md
# @mysten/zksend
## 0.0.0-experimental-20240111232544
## 0.0.0-experimental-20240112000237

@@ -13,2 +13,3 @@ ### Minor Changes

- c6b3066069: Fix cursor when enumerating links owned assets
- 66fbbc7faa: Detect gasCoin when claiming
- c6b3066069: Improve zkSend error messages

@@ -21,4 +22,4 @@ - 44a1f9ea0b: Tweak types of events sent over the bridge

- Updated dependencies [9a14e61db4]
- @mysten/sui.js@0.0.0-experimental-20240111232544
- @mysten/wallet-standard@0.0.0-experimental-20240111232544
- @mysten/sui.js@0.0.0-experimental-20240112000237
- @mysten/wallet-standard@0.0.0-experimental-20240112000237

@@ -25,0 +26,0 @@ ## 0.1.1

@@ -297,2 +297,7 @@ "use strict";

} while (nextCursor);
const coins = await __privateGet(this, _client2).getCoins({
coinType: SUI_COIN_TYPE,
owner: __privateGet(this, _keypair2).toSuiAddress()
});
__privateSet(this, _gasCoin, coins.data.find((coin) => BigInt(coin.balance) % 1000n === 987n));
};

@@ -299,0 +304,0 @@ _loadInitialTransactionData = new WeakSet();

@@ -280,2 +280,7 @@ var __accessCheck = (obj, member, msg) => {

} while (nextCursor);
const coins = await __privateGet(this, _client2).getCoins({
coinType: SUI_COIN_TYPE,
owner: __privateGet(this, _keypair2).toSuiAddress()
});
__privateSet(this, _gasCoin, coins.data.find((coin) => BigInt(coin.balance) % 1000n === 987n));
};

@@ -282,0 +287,0 @@ _loadInitialTransactionData = new WeakSet();

{
"name": "@mysten/zksend",
"version": "0.0.0-experimental-20240111232544",
"version": "0.0.0-experimental-20240112000237",
"description": "TODO: Write Description",

@@ -40,4 +40,4 @@ "license": "Apache-2.0",

"valibot": "^0.25.0",
"@mysten/sui.js": "0.0.0-experimental-20240111232544",
"@mysten/wallet-standard": "0.0.0-experimental-20240111232544"
"@mysten/sui.js": "0.0.0-experimental-20240112000237",
"@mysten/wallet-standard": "0.0.0-experimental-20240112000237"
},

@@ -44,0 +44,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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