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-20231107211603 to 0.0.0-experimental-20231108195555

3

CHANGELOG.md
# @mysten/sui.js
## 0.0.0-experimental-20231107211603
## 0.0.0-experimental-20231108195555
### Patch Changes
- 28c2c3330: Use the same issuer string in address derivation for the two google's iss values
- 3718a230b: Adds `txb.pure.id()` to pass ID pure values more intuitively

@@ -8,0 +9,0 @@

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

export declare const PACKAGE_VERSION = "0.0.0-experimental-20231107211603";
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231108195555";
export declare const TARGETED_RPC_VERSION = "1.14.0";

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

module.exports = __toCommonJS(version_exports);
const PACKAGE_VERSION = "0.0.0-experimental-20231107211603";
const PACKAGE_VERSION = "0.0.0-experimental-20231108195555";
const TARGETED_RPC_VERSION = "1.14.0";
//# sourceMappingURL=version.js.map

@@ -31,2 +31,5 @@ "use strict";

const addressSeedBytesBigEndian = (0, import_utils3.toBigEndianBytes)(addressSeed, 32);
if (iss === "accounts.google.com") {
iss = "https://accounts.google.com";
}
const addressParamBytes = new TextEncoder().encode(iss);

@@ -33,0 +36,0 @@ const tmp = new Uint8Array(2 + addressSeedBytesBigEndian.length + addressParamBytes.length);

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

export declare const PACKAGE_VERSION = "0.0.0-experimental-20231107211603";
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231108195555";
export declare const TARGETED_RPC_VERSION = "1.14.0";

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

const PACKAGE_VERSION = "0.0.0-experimental-20231107211603";
const PACKAGE_VERSION = "0.0.0-experimental-20231108195555";
const TARGETED_RPC_VERSION = "1.14.0";

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

@@ -8,2 +8,5 @@ import { blake2b } from "@noble/hashes/blake2b";

const addressSeedBytesBigEndian = toBigEndianBytes(addressSeed, 32);
if (iss === "accounts.google.com") {
iss = "https://accounts.google.com";
}
const addressParamBytes = new TextEncoder().encode(iss);

@@ -10,0 +13,0 @@ const tmp = new Uint8Array(2 + addressSeedBytesBigEndian.length + addressParamBytes.length);

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

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

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

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

export const PACKAGE_VERSION = '0.0.0-experimental-20231107211603';
export const PACKAGE_VERSION = '0.0.0-experimental-20231108195555';
export const TARGETED_RPC_VERSION = '1.14.0';

@@ -13,2 +13,5 @@ // Copyright (c) Mysten Labs, Inc.

const addressSeedBytesBigEndian = toBigEndianBytes(addressSeed, 32);
if (iss === 'accounts.google.com') {
iss = 'https://accounts.google.com';
}
const addressParamBytes = new TextEncoder().encode(iss);

@@ -15,0 +18,0 @@ const tmp = new Uint8Array(2 + addressSeedBytesBigEndian.length + addressParamBytes.length);

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