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.39.8 to 2.40.0

2

dist/main/lib/version.d.ts

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

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

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

from<ViewName extends string & keyof Schema['Views'], View extends Schema['Views'][ViewName]>(relation: ViewName): PostgrestQueryBuilder<Schema, View, ViewName>;
from(relation: string): PostgrestQueryBuilder<Schema, any, any>;
/**

@@ -55,0 +54,0 @@ * Select a schema to query or perform an function (rpc) call.

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

export declare const version = "2.39.8";
export declare const version = "2.40.0";
//# sourceMappingURL=version.d.ts.map

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

export const version = '2.39.8';
export const version = '2.40.0';
//# sourceMappingURL=version.js.map

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

from<ViewName extends string & keyof Schema['Views'], View extends Schema['Views'][ViewName]>(relation: ViewName): PostgrestQueryBuilder<Schema, View, ViewName>;
from(relation: string): PostgrestQueryBuilder<Schema, any, any>;
/**

@@ -55,0 +54,0 @@ * Select a schema to query or perform an function (rpc) call.

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

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

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

export const version = '2.39.8'
export const version = '2.40.0'

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

): PostgrestQueryBuilder<Schema, View, ViewName>
from(relation: string): PostgrestQueryBuilder<Schema, any, any>
/**

@@ -143,0 +142,0 @@ * Perform a query on a table or a view.

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