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
7
Versions
169
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-20240918172337 to 0.0.0-experimental-20240919005120

4

CHANGELOG.md
# @mysten/graphql-transport
## 0.0.0-experimental-20240918172337
## 0.0.0-experimental-20240919005120

@@ -8,3 +8,3 @@ ### Patch Changes

- Updated dependencies [830b8d8]
- @mysten/sui@0.0.0-experimental-20240918172337
- @mysten/sui@0.0.0-experimental-20240919005120

@@ -11,0 +11,0 @@ ## 0.2.18

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

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

"@mysten/bcs": "1.0.4",
"@mysten/sui": "0.0.0-experimental-20240918172337"
"@mysten/sui": "0.0.0-experimental-20240919005120"
},

@@ -63,5 +63,5 @@ "scripts": {

"test:e2e:nowait": "vitest run e2e",
"test:e2e:prepare": "docker-compose down && docker-compose up -d && cargo build --bin sui --features indexer --profile dev && cross-env RUST_LOG=info,sui=error,anemo_tower=warn,consensus=off cargo run --features indexer --bin sui -- start --with-faucet --force-regenesis --with-indexer --pg-port 5435 --pg-db-name sui_indexer_v2 --with-graphql",
"test:e2e:prepare": "docker-compose down && docker-compose up -d && cargo build --bin sui --profile dev && cross-env RUST_LOG=info,sui=error,anemo_tower=warn,consensus=off cargo run --bin sui -- start --with-faucet --force-regenesis --with-indexer --pg-port 5435 --pg-db-name sui_indexer_v2 --with-graphql",
"test:e2e": "wait-on http://127.0.0.1:9123 -l --timeout 180000 && vitest"
}
}
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