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.54.0 to 2.54.1

8

dist/main/lib/types.d.ts

@@ -310,2 +310,10 @@ import { AuthError } from './errors';

ban_duration?: string | 'none';
/**
* The `role` claim set in the user's access token JWT.
*
* When a user signs up, this role is set to `authenticated` by default. You should only modify the `role` if you need to provision several levels of admin access that have different permissions on individual columns in your database.
*
* Setting this role to `service_role` is not recommended as it grants the user admin privileges.
*/
role?: string;
}

@@ -312,0 +320,0 @@ export interface Subscription {

2

dist/main/lib/version.d.ts

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

export declare const version = "2.54.0";
export declare const version = "2.54.1";
//# sourceMappingURL=version.d.ts.map

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

// Generated by genversion.
exports.version = '2.54.0';
exports.version = '2.54.1';
//# sourceMappingURL=version.js.map

@@ -310,2 +310,10 @@ import { AuthError } from './errors';

ban_duration?: string | 'none';
/**
* The `role` claim set in the user's access token JWT.
*
* When a user signs up, this role is set to `authenticated` by default. You should only modify the `role` if you need to provision several levels of admin access that have different permissions on individual columns in your database.
*
* Setting this role to `service_role` is not recommended as it grants the user admin privileges.
*/
role?: string;
}

@@ -312,0 +320,0 @@ export interface Subscription {

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

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

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

@@ -381,2 +381,11 @@ import { AuthError } from './errors'

ban_duration?: string | 'none'
/**
* The `role` claim set in the user's access token JWT.
*
* When a user signs up, this role is set to `authenticated` by default. You should only modify the `role` if you need to provision several levels of admin access that have different permissions on individual columns in your database.
*
* Setting this role to `service_role` is not recommended as it grants the user admin privileges.
*/
role?: string
}

@@ -383,0 +392,0 @@

// Generated by genversion.
export const version = '2.54.0'
export const version = '2.54.1'

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