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

@supabase/auth-js

Package Overview
Dependencies
Maintainers
9
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/auth-js - npm Package Compare versions

Comparing version 2.63.0-rc.11 to 2.63.0-rc.rc.11

6

dist/main/lib/types.d.ts

@@ -421,8 +421,2 @@ import { AuthError } from './errors';

options?: {
/**
* A custom data object to store the user's metadata. This maps to the `auth.users.user_metadata` column.
*
* The `data` should be a JSON object that includes user-specific info, such as their first and last name.
*/
data?: object;
/** Verification token received when the user completes the captcha on the site. */

@@ -429,0 +423,0 @@ captchaToken?: string;

2

dist/main/lib/version.d.ts

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

export declare const version = "2.63.0-rc.11";
export declare const version = "2.63.0-rc.rc.11";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '2.63.0-rc.11';
exports.version = '2.63.0-rc.rc.11';
//# sourceMappingURL=version.js.map

@@ -421,8 +421,2 @@ import { AuthError } from './errors';

options?: {
/**
* A custom data object to store the user's metadata. This maps to the `auth.users.user_metadata` column.
*
* The `data` should be a JSON object that includes user-specific info, such as their first and last name.
*/
data?: object;
/** Verification token received when the user completes the captcha on the site. */

@@ -429,0 +423,0 @@ captchaToken?: string;

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

export declare const version = "2.63.0-rc.11";
export declare const version = "2.63.0-rc.rc.11";
//# sourceMappingURL=version.d.ts.map

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

export const version = '2.63.0-rc.11';
export const version = '2.63.0-rc.rc.11';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/auth-js",
"version": "2.63.0-rc.11",
"version": "2.63.0-rc.rc.11",
"private": false,

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

@@ -509,8 +509,2 @@ import { AuthError } from './errors'

options?: {
/**
* A custom data object to store the user's metadata. This maps to the `auth.users.user_metadata` column.
*
* The `data` should be a JSON object that includes user-specific info, such as their first and last name.
*/
data?: object
/** Verification token received when the user completes the captcha on the site. */

@@ -517,0 +511,0 @@ captchaToken?: string

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

export const version = '2.63.0-rc.11'
export const version = '2.63.0-rc.rc.11'

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 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