Socket
Socket
Sign inDemoInstall

@soedirgo/supabase-js

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soedirgo/supabase-js - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

2

dist/main/index.d.ts

@@ -5,3 +5,3 @@ import SupabaseClient from './SupabaseClient';

export type { User as AuthUser, Session as AuthSession } from '@supabase/auth-js';
export type { PostgrestResponse, PostgrestSingleResponse, PostgrestMaybeSingleResponse, PostgrestError, } from '@soedirgo/postgrest-js';
export type { PostgrestResponse, PostgrestSingleResponse, PostgrestMaybeSingleResponse, PostgrestError, } from '@supabase/postgrest-js';
export { FunctionsHttpError, FunctionsFetchError, FunctionsRelayError, FunctionsError, type FunctionInvokeOptions, FunctionRegion, } from '@supabase/functions-js';

@@ -8,0 +8,0 @@ export * from '@supabase/realtime-js';

import { AuthClient } from '@supabase/auth-js';
import { RealtimeClientOptions } from '@supabase/realtime-js';
import { PostgrestError } from '@soedirgo/postgrest-js';
import { PostgrestError } from '@supabase/postgrest-js';
declare type AuthClientOptions = ConstructorParameters<typeof AuthClient>[0];

@@ -5,0 +5,0 @@ export interface SupabaseAuthClientOptions extends AuthClientOptions {

import { FunctionsClient } from '@supabase/functions-js';
import { PostgrestClient, PostgrestFilterBuilder, PostgrestQueryBuilder } from '@soedirgo/postgrest-js';
import { PostgrestClient, PostgrestFilterBuilder, PostgrestQueryBuilder } from '@supabase/postgrest-js';
import { RealtimeChannel, RealtimeChannelOptions, RealtimeClient } from '@supabase/realtime-js';

@@ -4,0 +4,0 @@ import { StorageClient as SupabaseStorageClient } from '@supabase/storage-js';

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

const functions_js_1 = require("@supabase/functions-js");
const postgrest_js_1 = require("@soedirgo/postgrest-js");
const postgrest_js_1 = require("@supabase/postgrest-js");
const realtime_js_1 = require("@supabase/realtime-js");

@@ -16,0 +16,0 @@ const storage_js_1 = require("@supabase/storage-js");

@@ -5,3 +5,3 @@ import SupabaseClient from './SupabaseClient';

export type { User as AuthUser, Session as AuthSession } from '@supabase/auth-js';
export type { PostgrestResponse, PostgrestSingleResponse, PostgrestMaybeSingleResponse, PostgrestError, } from '@soedirgo/postgrest-js';
export type { PostgrestResponse, PostgrestSingleResponse, PostgrestMaybeSingleResponse, PostgrestError, } from '@supabase/postgrest-js';
export { FunctionsHttpError, FunctionsFetchError, FunctionsRelayError, FunctionsError, type FunctionInvokeOptions, FunctionRegion, } from '@supabase/functions-js';

@@ -8,0 +8,0 @@ export * from '@supabase/realtime-js';

import { AuthClient } from '@supabase/auth-js';
import { RealtimeClientOptions } from '@supabase/realtime-js';
import { PostgrestError } from '@soedirgo/postgrest-js';
import { PostgrestError } from '@supabase/postgrest-js';
declare type AuthClientOptions = ConstructorParameters<typeof AuthClient>[0];

@@ -5,0 +5,0 @@ export interface SupabaseAuthClientOptions extends AuthClientOptions {

import { FunctionsClient } from '@supabase/functions-js';
import { PostgrestClient, PostgrestFilterBuilder, PostgrestQueryBuilder } from '@soedirgo/postgrest-js';
import { PostgrestClient, PostgrestFilterBuilder, PostgrestQueryBuilder } from '@supabase/postgrest-js';
import { RealtimeChannel, RealtimeChannelOptions, RealtimeClient } from '@supabase/realtime-js';

@@ -4,0 +4,0 @@ import { StorageClient as SupabaseStorageClient } from '@supabase/storage-js';

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

import { FunctionsClient } from '@supabase/functions-js';
import { PostgrestClient, } from '@soedirgo/postgrest-js';
import { PostgrestClient, } from '@supabase/postgrest-js';
import { RealtimeClient, } from '@supabase/realtime-js';

@@ -14,0 +14,0 @@ import { StorageClient as SupabaseStorageClient } from '@supabase/storage-js';

{
"name": "@soedirgo/supabase-js",
"version": "0.0.20",
"version": "0.0.21",
"publishConfig": { "access": "public" },

@@ -47,3 +47,3 @@ "description": "Isomorphic Javascript client for Supabase",

"@supabase/node-fetch": "2.6.15",
"@soedirgo/postgrest-js": "0.0.6",
"@supabase/postgrest-js": "1.15.3",
"@supabase/realtime-js": "2.9.5",

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

@@ -11,3 +11,3 @@ import SupabaseClient from './SupabaseClient'

PostgrestError,
} from '@soedirgo/postgrest-js'
} from '@supabase/postgrest-js'
export {

@@ -14,0 +14,0 @@ FunctionsHttpError,

import { AuthClient } from '@supabase/auth-js'
import { RealtimeClientOptions } from '@supabase/realtime-js'
import { PostgrestError } from '@soedirgo/postgrest-js'
import { PostgrestError } from '@supabase/postgrest-js'

@@ -5,0 +5,0 @@ type AuthClientOptions = ConstructorParameters<typeof AuthClient>[0]

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

PostgrestQueryBuilder,
} from '@soedirgo/postgrest-js'
} from '@supabase/postgrest-js'
import {

@@ -10,0 +10,0 @@ RealtimeChannel,

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