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.16 to 0.6.0

4

lib/index.js

@@ -86,6 +86,2 @@ "use strict";

const params = new URLSearchParams(search);
if (params.get("message") !== localStorage.getItem("calimeroSecretHash")) {
console.log("Wallet Message is not the same as the calimeroSecretHash");
return;
}
axios.post(config.authServiceUrl + "/api/v1/authenticate", {

@@ -92,0 +88,0 @@ shardId: config.shardId,

2

package.json
{
"name": "calimero-auth-sdk",
"version": "0.5.16",
"version": "0.6.0",
"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