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.3.0 to 0.3.1

8

lib/index.ts

@@ -5,5 +5,5 @@ const nearAPI = require("near-api-js");

//Max valid period for a token would be 30 days
export const MAX_CALIMERO_TOKEN_DURATION = 1000 * 60 * 60 * 24 * 30;
const MAX_CALIMERO_TOKEN_DURATION = 1000 * 60 * 60 * 24 * 30;
export class WalletData {
class WalletData {
accountId: string;

@@ -50,3 +50,3 @@ message: string;

export class CalimeroTokenData {
class CalimeroTokenData {
accountId: string;

@@ -96,3 +96,3 @@ shardId: string;

export class CalimeroToken {
class CalimeroToken {
walletData: WalletData;

@@ -99,0 +99,0 @@ tokenData: CalimeroTokenData;

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

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

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