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
261
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-20230928204256 to 0.0.0-experimental-20230928204950

7

CHANGELOG.md
# @mysten/zklogin
## 0.0.0-experimental-20230928204256
## 0.0.0-experimental-20230928204950

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

- Updated dependencies [781d073d9]
- @mysten/sui.js@0.0.0-experimental-20230928204256
- Updated dependencies [1bc430161]
- Updated dependencies [1bc430161]
- @mysten/sui.js@0.0.0-experimental-20230928204950
- @mysten/bcs@0.0.0-experimental-20230928204950

@@ -11,0 +14,0 @@ ## 0.1.4

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

var import_cryptography = require("@mysten/sui.js/cryptography");
const zkBcs = new import_bcs.BCS(import_bcs2.bcs);
const zkBcs = new import_bcs.BCS(import_bcs2.bcsRegistry);
zkBcs.registerStructType("ZkloginSignature", {

@@ -31,0 +31,0 @@ inputs: {

import { BCS, fromB64, toB64 } from "@mysten/bcs";
import { bcs } from "@mysten/sui.js/bcs";
import { bcsRegistry } from "@mysten/sui.js/bcs";
import { SIGNATURE_SCHEME_TO_FLAG } from "@mysten/sui.js/cryptography";
const zkBcs = new BCS(bcs);
const zkBcs = new BCS(bcsRegistry);
zkBcs.registerStructType("ZkloginSignature", {

@@ -6,0 +6,0 @@ inputs: {

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

@@ -41,4 +41,4 @@ "license": "Apache-2.0",

"tsx": "^3.12.7",
"@mysten/bcs": "0.7.4",
"@mysten/sui.js": "0.0.0-experimental-20230928204256"
"@mysten/bcs": "0.0.0-experimental-20230928204950",
"@mysten/sui.js": "0.0.0-experimental-20230928204950"
},

@@ -45,0 +45,0 @@ "scripts": {

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

import { BCS, fromB64, toB64 } from '@mysten/bcs';
import { bcs } from '@mysten/sui.js/bcs';
import { bcsRegistry } from '@mysten/sui.js/bcs';
import { SIGNATURE_SCHEME_TO_FLAG } from '@mysten/sui.js/cryptography';
export const zkBcs = new BCS(bcs);
export const zkBcs = new BCS(bcsRegistry);

@@ -11,0 +11,0 @@ type ProofPoints = {

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