New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mysten/zksend

Package Overview
Dependencies
Maintainers
7
Versions
249
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-20241210212302 to 0.0.0-experimental-20241218201438

15

CHANGELOG.md
# @mysten/zksend
## 0.0.0-experimental-20241210212302
## 0.0.0-experimental-20241218201438
### Patch Changes
- a872b97: Use `latest` as schema for graphql types
- Updated dependencies [a872b97]
- @mysten/sui@0.0.0-experimental-20241218201438
- @mysten/wallet-standard@0.0.0-experimental-20241218201438
## 0.12.9
### Patch Changes
- Updated dependencies [20af12d]
- @mysten/sui@0.0.0-experimental-20241210212302
- @mysten/wallet-standard@0.0.0-experimental-20241210212302
- @mysten/sui@1.17.0
- @mysten/wallet-standard@0.13.19

@@ -11,0 +20,0 @@ ## 0.12.8

4

dist/cjs/links/list-created-links.js

@@ -26,7 +26,7 @@ "use strict";

var import_graphql = require("@mysten/sui/graphql");
var import__ = require("@mysten/sui/graphql/schemas/2024.4");
var import_latest = require("@mysten/sui/graphql/schemas/latest");
var import_utils = require("@mysten/sui/utils");
var import_claim = require("./claim.js");
var import_zk_bag = require("./zk-bag.js");
const ListCreatedLinksQuery = (0, import__.graphql)(`
const ListCreatedLinksQuery = (0, import_latest.graphql)(`
query listCreatedLinks($address: SuiAddress!, $function: String!, $cursor: String) {

@@ -33,0 +33,0 @@ transactionBlocks(

import { bcs } from "@mysten/sui/bcs";
import { SuiGraphQLClient } from "@mysten/sui/graphql";
import { graphql } from "@mysten/sui/graphql/schemas/2024.4";
import { graphql } from "@mysten/sui/graphql/schemas/latest";
import { fromBase64, normalizeSuiAddress } from "@mysten/sui/utils";

@@ -5,0 +5,0 @@ import { ZkSendLink } from "./claim.js";

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

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

"valibot": "^0.36.0",
"@mysten/sui": "0.0.0-experimental-20241210212302",
"@mysten/wallet-standard": "0.0.0-experimental-20241210212302"
"@mysten/sui": "0.0.0-experimental-20241218201438",
"@mysten/wallet-standard": "0.0.0-experimental-20241218201438"
},

@@ -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