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

@supabase/auth-js

Package Overview
Dependencies
Maintainers
11
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.65.1 to 2.65.2-rc.1

2

dist/main/GoTrueAdminApi.d.ts

@@ -90,3 +90,3 @@ import { Fetch } from './lib/fetch';

* @param id The user id you want to remove.
* @param shouldSoftDelete If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema.
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible.
* Defaults to false for backward compatibility.

@@ -93,0 +93,0 @@ *

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

* @param id The user id you want to remove.
* @param shouldSoftDelete If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema.
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible.
* Defaults to false for backward compatibility.

@@ -216,0 +216,0 @@ *

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

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

@@ -90,3 +90,3 @@ import { Fetch } from './lib/fetch';

* @param id The user id you want to remove.
* @param shouldSoftDelete If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema.
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible.
* Defaults to false for backward compatibility.

@@ -93,0 +93,0 @@ *

@@ -211,3 +211,3 @@ var __rest = (this && this.__rest) || function (s, e) {

* @param id The user id you want to remove.
* @param shouldSoftDelete If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema.
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible.
* Defaults to false for backward compatibility.

@@ -214,0 +214,0 @@ *

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

export declare const version = "2.65.1";
export declare const version = "2.65.2-rc.1";
//# sourceMappingURL=version.d.ts.map

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

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

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

@@ -263,3 +263,3 @@ import {

* @param id The user id you want to remove.
* @param shouldSoftDelete If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema.
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible.
* Defaults to false for backward compatibility.

@@ -266,0 +266,0 @@ *

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

export const version = '2.65.1'
export const version = '2.65.2-rc.1'

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