Socket
Socket
Sign inDemoInstall

@supabase/supabase-js

Package Overview
Dependencies
Maintainers
9
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/supabase-js - npm Package Compare versions

Comparing version 2.45.0 to 2.45.1

2

dist/main/lib/version.d.ts

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

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

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

}
_initSupabaseAuthClient({ autoRefreshToken, persistSession, detectSessionInUrl, storage, storageKey, flowType, debug, }, headers, fetch) {
_initSupabaseAuthClient({ autoRefreshToken, persistSession, detectSessionInUrl, storage, storageKey, flowType, lock, debug, }, headers, fetch) {
var _a;

@@ -202,2 +202,3 @@ const authHeaders = {

flowType,
lock,
debug,

@@ -204,0 +205,0 @@ fetch,

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

export declare const version = "2.45.0";
export declare const version = "2.45.1";
//# sourceMappingURL=version.d.ts.map

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

export const version = '2.45.0';
export const version = '2.45.1';
//# sourceMappingURL=version.js.map

@@ -184,3 +184,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
_initSupabaseAuthClient({ autoRefreshToken, persistSession, detectSessionInUrl, storage, storageKey, flowType, debug, }, headers, fetch) {
_initSupabaseAuthClient({ autoRefreshToken, persistSession, detectSessionInUrl, storage, storageKey, flowType, lock, debug, }, headers, fetch) {
var _a;

@@ -200,2 +200,3 @@ const authHeaders = {

flowType,
lock,
debug,

@@ -202,0 +203,0 @@ fetch,

{
"name": "@supabase/supabase-js",
"version": "2.45.0",
"version": "2.45.1",
"description": "Isomorphic Javascript client for Supabase",

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

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

export const version = '2.45.0'
export const version = '2.45.1'

@@ -282,2 +282,3 @@ import { FunctionsClient } from '@supabase/functions-js'

flowType,
lock,
debug,

@@ -301,2 +302,3 @@ }: SupabaseAuthClientOptions,

flowType,
lock,
debug,

@@ -303,0 +305,0 @@ fetch,

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