Socket
Socket
Sign inDemoInstall

@mysten/sui.js

Package Overview
Dependencies
Maintainers
4
Versions
895
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysten/sui.js - npm Package Compare versions

Comparing version 0.0.0-experimental-20240508033731 to 0.0.0-experimental-20240508170458

8

CHANGELOG.md
# @mysten/sui.js
## 0.0.0-experimental-20240508033731
## 0.0.0-experimental-20240508170458
### Patch Changes
- 123b42c75c: Only accept 1 keypair on getSigner method of MultiSigPubKey
## 0.53.0
### Minor Changes

@@ -6,0 +12,0 @@

2

dist/cjs/multisig/publickey.d.ts

@@ -86,3 +86,3 @@ import type { Signer } from '../cryptography/keypair.js';

getThreshold(): number;
getSigner(signers: Signer[]): MultiSigSigner;
getSigner(...signers: [signer: Signer]): MultiSigSigner;
/**

@@ -89,0 +89,0 @@ * Return the Sui address associated with this MultiSig public key

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

}
getSigner(signers) {
getSigner(...signers) {
return new import_signer.MultiSigSigner(this, signers);

@@ -125,0 +125,0 @@ }

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

export declare const PACKAGE_VERSION = "0.0.0-experimental-20240508033731";
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240508170458";
export declare const TARGETED_RPC_VERSION = "1.25.0";

@@ -25,4 +25,4 @@ "use strict";

module.exports = __toCommonJS(version_exports);
const PACKAGE_VERSION = "0.0.0-experimental-20240508033731";
const PACKAGE_VERSION = "0.0.0-experimental-20240508170458";
const TARGETED_RPC_VERSION = "1.25.0";
//# sourceMappingURL=version.js.map

@@ -86,3 +86,3 @@ import type { Signer } from '../cryptography/keypair.js';

getThreshold(): number;
getSigner(signers: Signer[]): MultiSigSigner;
getSigner(...signers: [signer: Signer]): MultiSigSigner;
/**

@@ -89,0 +89,0 @@ * Return the Sui address associated with this MultiSig public key

@@ -99,3 +99,3 @@ import { fromB64, toB64 } from "@mysten/bcs";

}
getSigner(signers) {
getSigner(...signers) {
return new MultiSigSigner(this, signers);

@@ -102,0 +102,0 @@ }

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

export declare const PACKAGE_VERSION = "0.0.0-experimental-20240508033731";
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240508170458";
export declare const TARGETED_RPC_VERSION = "1.25.0";

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

const PACKAGE_VERSION = "0.0.0-experimental-20240508033731";
const PACKAGE_VERSION = "0.0.0-experimental-20240508170458";
const TARGETED_RPC_VERSION = "1.25.0";

@@ -3,0 +3,0 @@ export {

@@ -6,3 +6,3 @@ {

"homepage": "https://sdk.mystenlabs.com",
"version": "0.0.0-experimental-20240508033731",
"version": "0.0.0-experimental-20240508170458",
"license": "Apache-2.0",

@@ -9,0 +9,0 @@ "sideEffects": false,

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

getSigner(signers: Signer[]) {
getSigner(...signers: [signer: Signer]) {
return new MultiSigSigner(this, signers);

@@ -183,0 +183,0 @@ }

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

export const PACKAGE_VERSION = '0.0.0-experimental-20240508033731';
export const PACKAGE_VERSION = '0.0.0-experimental-20240508170458';
export const TARGETED_RPC_VERSION = '1.25.0';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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 too big to display

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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