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

@supabase/supabase-js

Package Overview
Dependencies
Maintainers
13
Versions
361
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.47.14 to 2.47.15

2

dist/main/lib/types.d.ts

@@ -76,3 +76,3 @@ import { AuthClient } from '@supabase/auth-js';

*/
accessToken?: () => Promise<string>;
accessToken?: () => Promise<string | null>;
};

@@ -79,0 +79,0 @@ export declare type GenericRelationship = {

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

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

@@ -28,3 +28,3 @@ import { FunctionsClient } from '@supabase/functions-js';

protected changedAccessToken?: string;
protected accessToken?: () => Promise<string>;
protected accessToken?: () => Promise<string | null>;
protected headers: Record<string, string>;

@@ -31,0 +31,0 @@ /**

@@ -76,3 +76,3 @@ import { AuthClient } from '@supabase/auth-js';

*/
accessToken?: () => Promise<string>;
accessToken?: () => Promise<string | null>;
};

@@ -79,0 +79,0 @@ export declare type GenericRelationship = {

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

export declare const version = "2.47.14";
export declare const version = "2.47.15";
//# sourceMappingURL=version.d.ts.map

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

export const version = '2.47.14';
export const version = '2.47.15';
//# sourceMappingURL=version.js.map

@@ -28,3 +28,3 @@ import { FunctionsClient } from '@supabase/functions-js';

protected changedAccessToken?: string;
protected accessToken?: () => Promise<string>;
protected accessToken?: () => Promise<string | null>;
protected headers: Record<string, string>;

@@ -31,0 +31,0 @@ /**

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

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

@@ -80,3 +80,3 @@ import { AuthClient } from '@supabase/auth-js'

*/
accessToken?: () => Promise<string>
accessToken?: () => Promise<string | null>
}

@@ -83,0 +83,0 @@

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

export const version = '2.47.14'
export const version = '2.47.15'

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

protected changedAccessToken?: string
protected accessToken?: () => Promise<string>
protected accessToken?: () => Promise<string | null>

@@ -57,0 +57,0 @@ protected headers: Record<string, string>

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