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

@mysten/graphql-transport

Package Overview
Dependencies
Maintainers
0
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysten/graphql-transport - npm Package Compare versions

Comparing version 0.0.0-experimental-20241031162314 to 0.0.0-experimental-20241104181539

11

CHANGELOG.md
# @mysten/graphql-transport
## 0.0.0-experimental-20241031162314
## 0.0.0-experimental-20241104181539
### Patch Changes
- Updated dependencies [69ef100]
- @mysten/sui@0.0.0-experimental-20241104181539
## 0.2.25
### Patch Changes
- Updated dependencies [c24814b]
- @mysten/sui@0.0.0-experimental-20241031162314
- @mysten/sui@1.14.0

@@ -10,0 +17,0 @@ ## 0.2.24

3

dist/cjs/methods.js

@@ -1145,3 +1145,4 @@ "use strict";

max_package_dependencies: "u32",
bridge_should_try_to_finalize_committee: "bool"
bridge_should_try_to_finalize_committee: "bool",
consensus_voting_rounds: "u32"
};

@@ -1148,0 +1149,0 @@ for (const { key, value } of protocolConfig.configs) {

@@ -1170,3 +1170,4 @@ import { fromBase64, toBase58 } from "@mysten/bcs";

max_package_dependencies: "u32",
bridge_should_try_to_finalize_committee: "bool"
bridge_should_try_to_finalize_committee: "bool",
consensus_voting_rounds: "u32"
};

@@ -1173,0 +1174,0 @@ for (const { key, value } of protocolConfig.configs) {

{
"name": "@mysten/graphql-transport",
"version": "0.0.0-experimental-20241031162314",
"version": "0.0.0-experimental-20241104181539",
"description": "A GraphQL transport to allow SuiClient to work with RPC 2.0",

@@ -49,3 +49,3 @@ "license": "Apache-2.0",

"@mysten/bcs": "1.1.0",
"@mysten/sui": "0.0.0-experimental-20241031162314"
"@mysten/sui": "0.0.0-experimental-20241104181539"
},

@@ -52,0 +52,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