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

@supabase/supabase-js

Package Overview
Dependencies
Maintainers
9
Versions
339
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.42.0 to 2.42.1

2

dist/main/lib/version.d.ts

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

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

@@ -68,2 +68,4 @@ import { FunctionsClient } from '@supabase/functions-js';

* Useful if you only need the count.
* @param options.get - When set to `true`, the function will be called with
* read-only access mode.
* @param options.count - Count algorithm to use to count rows returned by the

@@ -84,2 +86,3 @@ * function. Only applicable for [set-returning

head?: boolean;
get?: boolean;
count?: 'exact' | 'planned' | 'estimated';

@@ -86,0 +89,0 @@ }): PostgrestFilterBuilder<Schema, Fn['Returns'] extends any[] ? Fn['Returns'][number] extends Record<string, unknown> ? Fn['Returns'][number] : never : never, Fn['Returns']>;

@@ -115,2 +115,4 @@ "use strict";

* Useful if you only need the count.
* @param options.get - When set to `true`, the function will be called with
* read-only access mode.
* @param options.count - Count algorithm to use to count rows returned by the

@@ -117,0 +119,0 @@ * function. Only applicable for [set-returning

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

export declare const version = "2.42.0";
export declare const version = "2.42.1";
//# sourceMappingURL=version.d.ts.map

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

export const version = '2.42.0';
export const version = '2.42.1';
//# sourceMappingURL=version.js.map

@@ -68,2 +68,4 @@ import { FunctionsClient } from '@supabase/functions-js';

* Useful if you only need the count.
* @param options.get - When set to `true`, the function will be called with
* read-only access mode.
* @param options.count - Count algorithm to use to count rows returned by the

@@ -84,2 +86,3 @@ * function. Only applicable for [set-returning

head?: boolean;
get?: boolean;
count?: 'exact' | 'planned' | 'estimated';

@@ -86,0 +89,0 @@ }): PostgrestFilterBuilder<Schema, Fn['Returns'] extends any[] ? Fn['Returns'][number] extends Record<string, unknown> ? Fn['Returns'][number] : never : never, Fn['Returns']>;

@@ -113,2 +113,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

* Useful if you only need the count.
* @param options.get - When set to `true`, the function will be called with
* read-only access mode.
* @param options.count - Count algorithm to use to count rows returned by the

@@ -115,0 +117,0 @@ * function. Only applicable for [set-returning

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

@@ -46,3 +46,3 @@ "keywords": [

"@supabase/node-fetch": "2.6.15",
"@supabase/postgrest-js": "1.15.0",
"@supabase/postgrest-js": "1.15.1",
"@supabase/realtime-js": "2.9.3",

@@ -49,0 +49,0 @@ "@supabase/storage-js": "2.5.5"

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

export const version = '2.42.0'
export const version = '2.42.1'

@@ -176,2 +176,4 @@ import { FunctionsClient } from '@supabase/functions-js'

* Useful if you only need the count.
* @param options.get - When set to `true`, the function will be called with
* read-only access mode.
* @param options.count - Count algorithm to use to count rows returned by the

@@ -195,2 +197,3 @@ * function. Only applicable for [set-returning

head?: boolean
get?: boolean
count?: 'exact' | 'planned' | 'estimated'

@@ -197,0 +200,0 @@ } = {}

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