Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@supabase/gotrue-js

Package Overview
Dependencies
Maintainers
3
Versions
303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/gotrue-js - npm Package Compare versions

Comparing version 1.12.2 to 1.12.3

4

dist/main/GoTrueClient.js

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

// schedule a refresh 60 seconds before token due to expire
setTimeout(this._callRefreshToken, (expiresAt - timeNow - 60) * 1000);
setTimeout(() => this._callRefreshToken(), (expiresAt - timeNow - 60) * 1000);
}

@@ -432,3 +432,3 @@ }

if (this.autoRefreshToken && tokenExpirySeconds) {
setTimeout(this._callRefreshToken, (tokenExpirySeconds - 60) * 1000);
setTimeout(() => this._callRefreshToken(), (tokenExpirySeconds - 60) * 1000);
}

@@ -435,0 +435,0 @@ if (this.persistSession && this.currentUser) {

@@ -402,3 +402,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

// schedule a refresh 60 seconds before token due to expire
setTimeout(this._callRefreshToken, (expiresAt - timeNow - 60) * 1000);
setTimeout(() => this._callRefreshToken(), (expiresAt - timeNow - 60) * 1000);
}

@@ -427,3 +427,3 @@ }

if (this.autoRefreshToken && tokenExpirySeconds) {
setTimeout(this._callRefreshToken, (tokenExpirySeconds - 60) * 1000);
setTimeout(() => this._callRefreshToken(), (tokenExpirySeconds - 60) * 1000);
}

@@ -430,0 +430,0 @@ if (this.persistSession && this.currentUser) {

{
"name": "@supabase/gotrue-js",
"version": "1.12.2",
"version": "1.12.3",
"description": "Isomorphic GoTrue client",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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