New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

calimero-auth-sdk

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calimero-auth-sdk - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

4

lib/index.d.ts

@@ -7,7 +7,7 @@ export declare const MAX_CALIMERO_TOKEN_DURATION: number;

blockId: string;
publicKey: Uint8Array;
publicKey: string;
signature: string;
keyType: string;
constructor(accId: string, message: string, blockId: string, pubKey: Uint8Array, sig: string, keyType: string);
constructor(accId: string, message: string, blockId: string, pubKey: string, sig: string, keyType: string);
serialize(): string;

@@ -14,0 +14,0 @@ static deserialize(serialized: string): WalletData;

@@ -11,3 +11,3 @@ import * as NearAPI from "near-api-js";

blockId: string;
publicKey: Uint8Array;
publicKey: string;
signature: string;

@@ -27,3 +27,3 @@ keyType: string;

this.blockId = blockId;
this.publicKey = new Uint8Array(Buffer.from(pubKey, "base64"));
this.publicKey = pubKey;
this.signature = sig;

@@ -30,0 +30,0 @@ this.keyType = keyType;

{
"name": "calimero-auth-sdk",
"version": "0.2.5",
"version": "0.2.6",
"main": "lib/index.ts",

@@ -5,0 +5,0 @@ "types": "lib/index.d.ts",

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