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.62.1 to 2.62.2

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 from the auth schema.
* @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.
* 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 from the auth schema.
* @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.
* Defaults to false for backward compatibility.

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

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

export declare const version = "2.62.1";
export declare const version = "2.62.2";
//# sourceMappingURL=version.d.ts.map

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

// Generated by genversion.
exports.version = '2.62.1';
exports.version = '2.62.2';
//# 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 from the auth schema.
* @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.
* 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 from the auth schema.
* @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.
* Defaults to false for backward compatibility.

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

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

export declare const version = "2.62.1";
export declare const version = "2.62.2";
//# sourceMappingURL=version.d.ts.map
// Generated by genversion.
export const version = '2.62.1';
export const version = '2.62.2';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/auth-js",
"version": "2.62.1",
"version": "2.62.2",
"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 from the auth schema.
* @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.
* Defaults to false for backward compatibility.

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

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