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

@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-20231117000130 to 0.0.0-experimental-20231117210618

6

CHANGELOG.md
# @mysten/sui.js
## 0.0.0-experimental-20231117000130
## 0.0.0-experimental-20231117210618

@@ -9,2 +9,6 @@ ### Minor Changes

### Patch Changes
- 9ac7e2f3d: Add additional type exports to zklogin package
## 0.46.1

@@ -11,0 +15,0 @@

2

dist/cjs/client/client.js

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

} else {
transactionBlock.setSenderIfNotSet(await signer.getPublicKey().toSuiAddress());
transactionBlock.setSenderIfNotSet(signer.toSuiAddress());
transactionBytes = await transactionBlock.build({ client: this });

@@ -290,0 +290,0 @@ }

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

export declare const PACKAGE_VERSION = "0.0.0-experimental-20231117000130";
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231117210618";
export declare const TARGETED_RPC_VERSION = "1.15.0";

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

module.exports = __toCommonJS(version_exports);
const PACKAGE_VERSION = "0.0.0-experimental-20231117000130";
const PACKAGE_VERSION = "0.0.0-experimental-20231117210618";
const TARGETED_RPC_VERSION = "1.15.0";
//# sourceMappingURL=version.js.map

@@ -5,1 +5,2 @@ export { getZkLoginSignature, parseZkLoginSignature } from './signature.js';

export { ZkLoginPublicIdentifier } from './publickey.js';
export type { ZkLoginSignatureInputs } from './bcs.js';

@@ -268,3 +268,3 @@ import { fromB58, toB64, toHEX } from "@mysten/bcs";

} else {
transactionBlock.setSenderIfNotSet(await signer.getPublicKey().toSuiAddress());
transactionBlock.setSenderIfNotSet(signer.toSuiAddress());
transactionBytes = await transactionBlock.build({ client: this });

@@ -271,0 +271,0 @@ }

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

export declare const PACKAGE_VERSION = "0.0.0-experimental-20231117000130";
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231117210618";
export declare const TARGETED_RPC_VERSION = "1.15.0";

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

const PACKAGE_VERSION = "0.0.0-experimental-20231117000130";
const PACKAGE_VERSION = "0.0.0-experimental-20231117210618";
const TARGETED_RPC_VERSION = "1.15.0";

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

@@ -5,1 +5,2 @@ export { getZkLoginSignature, parseZkLoginSignature } from './signature.js';

export { ZkLoginPublicIdentifier } from './publickey.js';
export type { ZkLoginSignatureInputs } from './bcs.js';

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

"homepage": "https://sui-typescript-docs.vercel.app",
"version": "0.0.0-experimental-20231117000130",
"version": "0.0.0-experimental-20231117210618",
"license": "Apache-2.0",

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

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

} else {
transactionBlock.setSenderIfNotSet(await signer.getPublicKey().toSuiAddress());
transactionBlock.setSenderIfNotSet(signer.toSuiAddress());
transactionBytes = await transactionBlock.build({ client: this });

@@ -444,0 +444,0 @@ }

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

export const PACKAGE_VERSION = '0.0.0-experimental-20231117000130';
export const PACKAGE_VERSION = '0.0.0-experimental-20231117210618';
export const TARGETED_RPC_VERSION = '1.15.0';

@@ -8,1 +8,2 @@ // Copyright (c) Mysten Labs, Inc.

export { ZkLoginPublicIdentifier } from './publickey.js';
export type { ZkLoginSignatureInputs } from './bcs.js';

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 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

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