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

@supabase/gotrue-js

Package Overview
Dependencies
Maintainers
8
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 2.61.0 to 2.62.0

7

dist/main/lib/locks.d.ts

@@ -10,2 +10,7 @@ /**

};
/**
* An error thrown when a lock cannot be acquired after some amount of time.
*
* Use the {@link #isAcquireTimeout} property instead of checking with `instanceof`.
*/
export declare abstract class LockAcquireTimeoutError extends Error {

@@ -35,4 +40,2 @@ readonly isAcquireTimeout = true;

*
* @experimental
*
* @param name Name of the lock to be acquired.

@@ -39,0 +42,0 @@ * @param acquireTimeout If negative, no timeout. If 0 an error is thrown if

@@ -17,2 +17,7 @@ "use strict";

};
/**
* An error thrown when a lock cannot be acquired after some amount of time.
*
* Use the {@link #isAcquireTimeout} property instead of checking with `instanceof`.
*/
class LockAcquireTimeoutError extends Error {

@@ -46,4 +51,2 @@ constructor(message) {

*
* @experimental
*
* @param name Name of the lock to be acquired.

@@ -50,0 +53,0 @@ * @param acquireTimeout If negative, no timeout. If 0 an error is thrown if

@@ -1,2 +0,2 @@

export declare const version = "2.61.0";
export declare const version = "2.62.0";
//# sourceMappingURL=version.d.ts.map

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

// Generated by genversion.
exports.version = '2.61.0';
exports.version = '2.62.0';
//# sourceMappingURL=version.js.map

@@ -10,2 +10,7 @@ /**

};
/**
* An error thrown when a lock cannot be acquired after some amount of time.
*
* Use the {@link #isAcquireTimeout} property instead of checking with `instanceof`.
*/
export declare abstract class LockAcquireTimeoutError extends Error {

@@ -35,4 +40,2 @@ readonly isAcquireTimeout = true;

*
* @experimental
*
* @param name Name of the lock to be acquired.

@@ -39,0 +42,0 @@ * @param acquireTimeout If negative, no timeout. If 0 an error is thrown if

@@ -14,2 +14,7 @@ import { supportsLocalStorage } from './helpers';

};
/**
* An error thrown when a lock cannot be acquired after some amount of time.
*
* Use the {@link #isAcquireTimeout} property instead of checking with `instanceof`.
*/
export class LockAcquireTimeoutError extends Error {

@@ -41,4 +46,2 @@ constructor(message) {

*
* @experimental
*
* @param name Name of the lock to be acquired.

@@ -45,0 +48,0 @@ * @param acquireTimeout If negative, no timeout. If 0 an error is thrown if

@@ -1,2 +0,2 @@

export declare const version = "2.61.0";
export declare const version = "2.62.0";
//# sourceMappingURL=version.d.ts.map
// Generated by genversion.
export const version = '2.61.0';
export const version = '2.62.0';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/gotrue-js",
"version": "2.61.0",
"version": "2.62.0",
"private": false,

@@ -5,0 +5,0 @@ "description": "Official client library for Supabase Auth",

@@ -18,2 +18,7 @@ import { supportsLocalStorage } from './helpers'

/**
* An error thrown when a lock cannot be acquired after some amount of time.
*
* Use the {@link #isAcquireTimeout} property instead of checking with `instanceof`.
*/
export abstract class LockAcquireTimeoutError extends Error {

@@ -47,4 +52,2 @@ public readonly isAcquireTimeout = true

*
* @experimental
*
* @param name Name of the lock to be acquired.

@@ -51,0 +54,0 @@ * @param acquireTimeout If negative, no timeout. If 0 an error is thrown if

// Generated by genversion.
export const version = '2.61.0'
export const version = '2.62.0'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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