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

@supabase/postgrest-js

Package Overview
Dependencies
Maintainers
9
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/postgrest-js - npm Package Compare versions

Comparing version 1.15.4 to 1.15.5

8

dist/main/select-query-parser.d.ts

@@ -87,4 +87,6 @@ import { GenericSchema, Prettify } from './types';

Relationships: infer R;
} ? R : unknown> extends true ? Child | null : Relationships extends unknown[] ? HasFKey<Field['hint'], Relationships> extends true ? Field extends {
} ? R : unknown> extends true ? Field extends {
inner: true;
} ? Child : Child | null : Relationships extends unknown[] ? HasFKey<Field['hint'], Relationships> extends true ? Field extends {
inner: true;
} ? Child : Child | null : Child[] : Child[] : never;

@@ -100,4 +102,6 @@ } : Field extends {

Relationships: infer R;
} ? R : unknown> extends true ? Child | null : Relationships extends unknown[] ? HasFKeyToFRel<Field['original'], Relationships> extends true ? Field extends {
} ? R : unknown> extends true ? Field extends {
inner: true;
} ? Child : Child | null : Relationships extends unknown[] ? HasFKeyToFRel<Field['original'], Relationships> extends true ? Field extends {
inner: true;
} ? Child : Child | null : Child[] : Child[] : never;

@@ -104,0 +108,0 @@ } : Field extends {

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

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

@@ -87,4 +87,6 @@ import { GenericSchema, Prettify } from './types';

Relationships: infer R;
} ? R : unknown> extends true ? Child | null : Relationships extends unknown[] ? HasFKey<Field['hint'], Relationships> extends true ? Field extends {
} ? R : unknown> extends true ? Field extends {
inner: true;
} ? Child : Child | null : Relationships extends unknown[] ? HasFKey<Field['hint'], Relationships> extends true ? Field extends {
inner: true;
} ? Child : Child | null : Child[] : Child[] : never;

@@ -100,4 +102,6 @@ } : Field extends {

Relationships: infer R;
} ? R : unknown> extends true ? Child | null : Relationships extends unknown[] ? HasFKeyToFRel<Field['original'], Relationships> extends true ? Field extends {
} ? R : unknown> extends true ? Field extends {
inner: true;
} ? Child : Child | null : Relationships extends unknown[] ? HasFKeyToFRel<Field['original'], Relationships> extends true ? Field extends {
inner: true;
} ? Child : Child | null : Child[] : Child[] : never;

@@ -104,0 +108,0 @@ } : Field extends {

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

export declare const version = "1.15.4";
export declare const version = "1.15.5";
//# sourceMappingURL=version.d.ts.map

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

export const version = '1.15.4';
export const version = '1.15.5';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/postgrest-js",
"version": "1.15.4",
"version": "1.15.5",
"description": "Isomorphic PostgREST client",

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

@@ -231,3 +231,5 @@ // Credits to @bnjmnt4n (https://www.npmjs.com/package/postgrest-query)

> extends true
? Child | null
? Field extends { inner: true }
? Child
: Child | null
: Relationships extends unknown[]

@@ -263,3 +265,5 @@ ? HasFKey<Field['hint'], Relationships> extends true

> extends true
? Child | null
? Field extends { inner: true }
? Child
: Child | null
: Relationships extends unknown[]

@@ -266,0 +270,0 @@ ? HasFKeyToFRel<Field['original'], Relationships> extends true

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

export const version = '1.15.4'
export const version = '1.15.5'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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