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.4.4 to 0.4.5

2

lib/index.js

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

const encoded = JSON.stringify(data);
const msg = new Uint8Array(js_sha256_1.sha256.update(Buffer.from(encoded)).arrayBuffer());
const msg = new Uint8Array(Buffer.from(js_sha256_1.sha256.update(Buffer.from(encoded)).arrayBuffer()));
const sig = new Uint8Array(Buffer.from(this.walletData.signature, "base64"));

@@ -110,0 +110,0 @@ // const pk = nearAPI.utils.PublicKey(this.walletData.publicKey);

{
"name": "calimero-auth-sdk",
"version": "0.4.4",
"version": "0.4.5",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "type": "commonjs",

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