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.5.13 to 0.5.14

2

lib/index.js

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

console.log("No calimeroSecret, generating and redirecting to the wallet");
localStorage.setItem("calimeroSecret", "banana");
localStorage.setItem("calimeroSecret", randomstring.generate({ length: 32 }));
console.log("generaet string");

@@ -83,0 +83,0 @@ localStorage.setItem("calimeroSecretHash", js_sha256_1.sha256.update(localStorage.getItem("calimeroSecret")).toString());

{
"name": "calimero-auth-sdk",
"version": "0.5.13",
"version": "0.5.14",
"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