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

@mysten/zklogin

Package Overview
Dependencies
Maintainers
4
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysten/zklogin - npm Package Compare versions

Comparing version 0.0.0-experimental-20230906234412 to 0.0.0-experimental-20230907165401

3

CHANGELOG.md
# @mysten/zklogin
## 0.0.0-experimental-20230906234412
## 0.0.0-experimental-20230907165401

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

- 8384490bb: Remove BCS export and introduce new getZkSignature export.
- 35bdbd00d: update bcs AddressParams struct
- 1f87936fd: Move aud to inner hash

@@ -10,0 +11,0 @@

@@ -30,4 +30,3 @@ "use strict";

zkBcs.registerStructType("AddressParams", {
iss: import_bcs.BCS.STRING,
aud: import_bcs.BCS.STRING
iss: import_bcs.BCS.STRING
});

@@ -34,0 +33,0 @@ zkBcs.registerStructType("ZkClaim", {

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

zkBcs.registerStructType("AddressParams", {
iss: BCS.STRING,
aud: BCS.STRING
iss: BCS.STRING
});

@@ -10,0 +9,0 @@ zkBcs.registerStructType("ZkClaim", {

{
"name": "@mysten/zklogin",
"version": "0.0.0-experimental-20230906234412",
"version": "0.0.0-experimental-20230907165401",
"description": "Utilities for interacting with zkLogin in Sui",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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

iss: BCS.STRING,
aud: BCS.STRING,
});

@@ -15,0 +14,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

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