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

@mysten/kiosk

Package Overview
Dependencies
Maintainers
4
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysten/kiosk - npm Package Compare versions

Comparing version 0.0.0-experimental-20230726184201 to 0.0.0-experimental-20230727164908

4

CHANGELOG.md
# @mysten/kiosk
## 0.0.0-experimental-20230726184201
## 0.0.0-experimental-20230727164908

@@ -23,3 +23,3 @@ ### Minor Changes

- Updated dependencies [001148443]
- @mysten/sui.js@0.0.0-experimental-20230726184201
- @mysten/sui.js@0.0.0-experimental-20230727164908

@@ -26,0 +26,0 @@ ## 0.3.3

@@ -5,3 +5,3 @@ {

"description": "Sui Kiosk library",
"version": "0.0.0-experimental-20230726184201",
"version": "0.0.0-experimental-20230727164908",
"license": "Apache-2.0",

@@ -28,3 +28,3 @@ "main": "./dist/index.js",

"dependencies": {
"@mysten/sui.js": "0.0.0-experimental-20230726184201"
"@mysten/sui.js": "0.0.0-experimental-20230727164908"
},

@@ -31,0 +31,0 @@ "devDependencies": {

@@ -118,3 +118,3 @@ # Kiosk SDK

import { createKioskAndShare } from '@mysten/kiosk';
import { TransactionBlock } from '@mysten/sui.js';
import { TransactionBlock } from '@mysten/sui.js/transactions';

@@ -141,3 +141,3 @@ const createKiosk = async () => {

import { placeAndList } from '@mysten/kiosk';
import { TransactionBlock } from '@mysten/sui.js';
import { TransactionBlock } from '@mysten/sui.js/transactions';

@@ -167,3 +167,3 @@ const placeAndListToKiosk = async () => {

import { withdrawFromKiosk } from '@mysten/kiosk';
import { TransactionBlock } from '@mysten/sui.js';
import { TransactionBlock } from '@mysten/sui.js/transactions';

@@ -170,0 +170,0 @@ const withdraw = async () => {

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