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
326
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-20230725233711 to 0.0.0-experimental-20230726164624

4

CHANGELOG.md
# @mysten/kiosk
## 0.0.0-experimental-20230725233711
## 0.0.0-experimental-20230726164624

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

- Updated dependencies [001148443]
- @mysten/sui.js@0.0.0-experimental-20230725233711
- @mysten/sui.js@0.0.0-experimental-20230726164624

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

@@ -1,2 +0,2 @@

import { ObjectOwner } from '@mysten/sui.js';
import { ObjectOwner } from '@mysten/sui.js/client';
/** The Transfer Policy module. */

@@ -3,0 +3,0 @@ export declare const TRANSFER_POLICY_MODULE = "0x2::transfer_policy";

import { SharedObjectRef, SuiObjectRef, SuiObjectResponse } from '@mysten/sui.js';
import { TransactionBlock, TransactionArgument } from '@mysten/sui.js/transactions';
import { type DynamicFieldInfo } from '@mysten/sui.js';
import { type DynamicFieldInfo } from '@mysten/sui.js/client';
import { Kiosk, KioskData, KioskListing, RulesEnvironmentParam } from './types';

@@ -40,13 +40,2 @@ import { SuiClient, PaginationArguments } from '@mysten/sui.js/client';

*/
export declare function getAllDynamicFields(client: SuiClient, parentId: string, pagination: PaginationArguments<string>): Promise<{
type: "DynamicField" | "DynamicObject";
objectType: string;
objectId: string;
version: number;
digest: string;
name: {
type: string;
value?: any;
};
bcsName: string;
}[]>;
export declare function getAllDynamicFields(client: SuiClient, parentId: string, pagination: PaginationArguments<string>): Promise<DynamicFieldInfo[]>;

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

"description": "Sui Kiosk library",
"version": "0.0.0-experimental-20230725233711",
"version": "0.0.0-experimental-20230726164624",
"license": "Apache-2.0",

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

"dependencies": {
"@mysten/sui.js": "0.0.0-experimental-20230725233711"
"@mysten/sui.js": "0.0.0-experimental-20230726164624"
},

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

// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { ObjectOwner } from '@mysten/sui.js';
import { ObjectOwner } from '@mysten/sui.js/client';

@@ -6,0 +6,0 @@ /** The Transfer Policy module. */

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

import { TransactionBlock, TransactionArgument } from '@mysten/sui.js/transactions';
import { type DynamicFieldInfo } from '@mysten/sui.js';
import { type DynamicFieldInfo } from '@mysten/sui.js/client';
import { bcs } from './bcs';

@@ -9,0 +9,0 @@ import { KIOSK_TYPE, Kiosk, KioskData, KioskListing, RulesEnvironmentParam } from './types';

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