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

@mysten/kiosk

Package Overview
Dependencies
Maintainers
0
Versions
362
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-20241115190709 to 0.0.0-experimental-20241117003247

4

CHANGELOG.md
# @mysten/kiosk
## 0.0.0-experimental-20241115190709
## 0.0.0-experimental-20241117003247

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

- Updated dependencies [938fb6e]
- @mysten/sui@0.0.0-experimental-20241115190709
- @mysten/sui@0.0.0-experimental-20241117003247

@@ -11,0 +11,0 @@ ## 0.9.26

@@ -184,4 +184,4 @@ import type { Transaction, TransactionArgument, TransactionObjectArgument } from '@mysten/sui/transactions';

setKiosk(kiosk: TransactionObjectArgument): this;
getKiosk(): any;
getKioskCap(): any;
getKiosk(): TransactionObjectArgument;
getKioskCap(): TransactionObjectArgument;
}

@@ -112,4 +112,4 @@ import type { Transaction } from '@mysten/sui/transactions';

removeFloorPriceRule(): this;
getPolicy(): any;
getPolicyCap(): any;
getPolicy(): ObjectArgument;
getPolicyCap(): ObjectArgument;
}

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

"description": "Sui Kiosk library",
"version": "0.0.0-experimental-20241115190709",
"version": "0.0.0-experimental-20241117003247",
"license": "Apache-2.0",

@@ -28,3 +28,3 @@ "type": "commonjs",

"dependencies": {
"@mysten/sui": "0.0.0-experimental-20241115190709"
"@mysten/sui": "0.0.0-experimental-20241117003247"
},

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

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