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
263
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-20230817163424 to 0.0.0-experimental-20230817171212

3

CHANGELOG.md
# @mysten/zklogin
## 0.0.0-experimental-20230817163424
## 0.0.0-experimental-20230817171212

@@ -8,4 +8,5 @@ ### Patch Changes

- 626098033: Fix generated types
- 608e8e407: Update max key claim value length
- 5d344399f: Initial experimental zklogin SDK
- f5d5a4e8b: Polish utils
- f53d5823a: Change build process to use new internal build process.

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

const MAX_KEY_CLAIM_NAME_LENGTH = 40;
const MAX_KEY_CLAIM_VALUE_LENGTH = 200;
const MAX_KEY_CLAIM_VALUE_LENGTH = 100;
const PACK_WIDTH = 248;

@@ -33,0 +33,0 @@ function toBufferBE(num, width) {

import { poseidonHash } from "./poseidon.js";
const MAX_KEY_CLAIM_NAME_LENGTH = 40;
const MAX_KEY_CLAIM_VALUE_LENGTH = 200;
const MAX_KEY_CLAIM_VALUE_LENGTH = 100;
const PACK_WIDTH = 248;

@@ -5,0 +5,0 @@ function toBufferBE(num, width) {

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

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

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

const MAX_KEY_CLAIM_NAME_LENGTH = 40;
// NOTE: The below param is in flux. It might change in the next few weeks.
const MAX_KEY_CLAIM_VALUE_LENGTH = 200;
const MAX_KEY_CLAIM_VALUE_LENGTH = 100;
const PACK_WIDTH = 248;

@@ -13,0 +12,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