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
324
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-20230608180347 to 0.0.0-experimental-20230609075442

2

./dist/index.js

@@ -262,3 +262,3 @@ "use strict";

target: `0x2::transfer::public_share_object`,
typeArguments: [itemType],
typeArguments: [`${TRANSFER_POLICY_TYPE}<${itemType}>`],
arguments: [transferPolicy]

@@ -265,0 +265,0 @@ });

# @mysten/kiosk
## 0.0.0-experimental-20230608180347
## 0.0.0-experimental-20230609075442

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

- abf6ad381e: Refactor the fetchKiosk function to return all content instead of paginating, to prevent missing data
- d72fdb5a5c: Fix on createTransferPolicy method. Updated type arguments for public_share_object command.

@@ -10,0 +11,0 @@ ## 0.3.0

@@ -262,3 +262,3 @@ "use strict";

target: `0x2::transfer::public_share_object`,
typeArguments: [itemType],
typeArguments: [`${TRANSFER_POLICY_TYPE}<${itemType}>`],
arguments: [transferPolicy]

@@ -265,0 +265,0 @@ });

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

"description": "Sui Kiosk library",
"version": "0.0.0-experimental-20230608180347",
"version": "0.0.0-experimental-20230609075442",
"license": "Apache-2.0",

@@ -8,0 +8,0 @@ "main": "./dist/index.js",

@@ -11,2 +11,3 @@ // Copyright (c) Mysten Labs, Inc.

TRANSFER_POLICY_MODULE,
TRANSFER_POLICY_TYPE,
} from '../types';

@@ -31,3 +32,3 @@

target: `0x2::transfer::public_share_object`,
typeArguments: [itemType],
typeArguments: [`${TRANSFER_POLICY_TYPE}<${itemType}>`],
arguments: [transferPolicy],

@@ -34,0 +35,0 @@ });

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