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

@mysten/zksend

Package Overview
Dependencies
Maintainers
0
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-20241113180151 to 0.0.0-experimental-20241113181030

3

CHANGELOG.md
# @mysten/zksend
## 0.0.0-experimental-20241113180151
## 0.0.0-experimental-20241113181030
### Minor Changes
- 60bdb62: Update graphql query and use stashed host for claim api
- 364a93a: Remove decoding spaces to `+` in zksend wallet url hashes

@@ -8,0 +9,0 @@ - 364a93a: Add claimedBy property that is set when claimedAssets are loaded

@@ -5,6 +5,1 @@ export declare const DEMO_BEAR_CONFIG: {

};
export declare const ZK_BAG_CONFIG: {
packageId: string;
bagStoreId: string;
bagStoreTableId: string;
};

@@ -40,3 +40,3 @@ "use strict";

const DEFAULT_ZK_SEND_LINK_OPTIONS = {
host: "https://zksend.com",
host: "https://getstashed.com",
path: "/claim",

@@ -138,2 +138,3 @@ network: "mainnet"

transaction,
network: this.network,
client: __privateGet(this, _client),

@@ -140,0 +141,0 @@ contract: __privateGet(this, _contract).ids,

@@ -97,3 +97,3 @@ "use strict";

keypair,
network: parsed.searchParams.get("network") === "testnet" ? "testnet" : "mainnet",
network: options.network ?? parsed.searchParams.get("network") === "testnet" ? "testnet" : "mainnet",
host: `${parsed.protocol}//${parsed.host}`,

@@ -110,3 +110,3 @@ path: parsed.pathname,

keypair,
network: parsed.searchParams.get("network") === "testnet" ? "testnet" : "mainnet",
network: options.network ?? parsed.searchParams.get("network") === "testnet" ? "testnet" : "mainnet",
host: `${parsed.protocol}//${parsed.host}`,

@@ -113,0 +113,0 @@ path: parsed.pathname,

@@ -35,3 +35,3 @@ "use strict";

before: $cursor
filter: { sentAddress: $address, function: $function, kind: PROGRAMMABLE_TX }
filter: { sentAddress: $address, function: $function }
) {

@@ -38,0 +38,0 @@ pageInfo {

@@ -5,6 +5,1 @@ export declare const DEMO_BEAR_CONFIG: {

};
export declare const ZK_BAG_CONFIG: {
packageId: string;
bagStoreId: string;
bagStoreTableId: string;
};

@@ -17,3 +17,3 @@ var __typeError = (msg) => {

const DEFAULT_ZK_SEND_LINK_OPTIONS = {
host: "https://zksend.com",
host: "https://getstashed.com",
path: "/claim",

@@ -115,2 +115,3 @@ network: "mainnet"

transaction,
network: this.network,
client: __privateGet(this, _client),

@@ -117,0 +118,0 @@ contract: __privateGet(this, _contract).ids,

@@ -82,3 +82,3 @@ var __typeError = (msg) => {

keypair,
network: parsed.searchParams.get("network") === "testnet" ? "testnet" : "mainnet",
network: options.network ?? parsed.searchParams.get("network") === "testnet" ? "testnet" : "mainnet",
host: `${parsed.protocol}//${parsed.host}`,

@@ -95,3 +95,3 @@ path: parsed.pathname,

keypair,
network: parsed.searchParams.get("network") === "testnet" ? "testnet" : "mainnet",
network: options.network ?? parsed.searchParams.get("network") === "testnet" ? "testnet" : "mainnet",
host: `${parsed.protocol}//${parsed.host}`,

@@ -98,0 +98,0 @@ path: parsed.pathname,

@@ -12,3 +12,3 @@ import { bcs } from "@mysten/sui/bcs";

before: $cursor
filter: { sentAddress: $address, function: $function, kind: PROGRAMMABLE_TX }
filter: { sentAddress: $address, function: $function }
) {

@@ -15,0 +15,0 @@ pageInfo {

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

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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

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