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

@supabase/gotrue-js

Package Overview
Dependencies
Maintainers
6
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.51.0 to 2.52.0

1

dist/main/GoTrueClient.d.ts

@@ -56,2 +56,3 @@ import GoTrueAdminApi from './GoTrueAdminApi';

protected logDebugMessages: boolean;
protected logger: (message: string, ...args: any[]) => void;
/**

@@ -58,0 +59,0 @@ * Create a new client for use in the browser.

2

dist/main/lib/types.d.ts

@@ -35,3 +35,3 @@ import { AuthError } from './errors';

flowType?: AuthFlowType;
debug?: boolean;
debug?: boolean | ((message: string, ...args: any[]) => void);
/**

@@ -38,0 +38,0 @@ * Provide your own locking mechanism based on the environment. By default no locking is done at this time.

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

export declare const version = "2.51.0";
export declare const version = "2.52.0";
//# sourceMappingURL=version.d.ts.map

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

// Generated by genversion.
exports.version = '2.51.0';
exports.version = '2.52.0';
//# sourceMappingURL=version.js.map

@@ -56,2 +56,3 @@ import GoTrueAdminApi from './GoTrueAdminApi';

protected logDebugMessages: boolean;
protected logger: (message: string, ...args: any[]) => void;
/**

@@ -58,0 +59,0 @@ * Create a new client for use in the browser.

@@ -35,3 +35,3 @@ import { AuthError } from './errors';

flowType?: AuthFlowType;
debug?: boolean;
debug?: boolean | ((message: string, ...args: any[]) => void);
/**

@@ -38,0 +38,0 @@ * Provide your own locking mechanism based on the environment. By default no locking is done at this time.

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

export declare const version = "2.51.0";
export declare const version = "2.52.0";
//# sourceMappingURL=version.d.ts.map
// Generated by genversion.
export const version = '2.51.0';
export const version = '2.52.0';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/gotrue-js",
"version": "2.51.0",
"version": "2.52.0",
"description": "Isomorphic GoTrue client",

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

@@ -73,4 +73,4 @@ import { AuthError } from './errors'

flowType?: AuthFlowType
/* If debug messages are emitted. Can be used to inspect the behavior of the library. */
debug?: boolean
/* If debug messages are emitted. Can be used to inspect the behavior of the library. If set to a function, the provided function will be used instead of `console.log()` to perform the logging. */
debug?: boolean | ((message: string, ...args: any[]) => void)
/**

@@ -77,0 +77,0 @@ * Provide your own locking mechanism based on the environment. By default no locking is done at this time.

// Generated by genversion.
export const version = '2.51.0'
export const version = '2.52.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 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 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