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

@supabase/postgrest-js

Package Overview
Dependencies
Maintainers
5
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.3.1 to 1.3.2

8

dist/main/PostgrestQueryBuilder.d.ts

@@ -66,3 +66,3 @@ import PostgrestFilterBuilder from './PostgrestFilterBuilder';

count?: 'exact' | 'planned' | 'estimated';
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>;
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>;
/**

@@ -107,3 +107,3 @@ * Perform an UPSERT on the table or view. Depending on the column(s) passed

count?: 'exact' | 'planned' | 'estimated';
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>;
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>;
/**

@@ -134,3 +134,3 @@ * Perform an UPDATE on the table or view.

count?: 'exact' | 'planned' | 'estimated';
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>;
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>;
/**

@@ -157,4 +157,4 @@ * Perform a DELETE on the table or view.

count?: 'exact' | 'planned' | 'estimated';
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>;
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>;
}
//# sourceMappingURL=PostgrestQueryBuilder.d.ts.map

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

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

@@ -66,3 +66,3 @@ import PostgrestFilterBuilder from './PostgrestFilterBuilder';

count?: 'exact' | 'planned' | 'estimated';
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>;
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>;
/**

@@ -107,3 +107,3 @@ * Perform an UPSERT on the table or view. Depending on the column(s) passed

count?: 'exact' | 'planned' | 'estimated';
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>;
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>;
/**

@@ -134,3 +134,3 @@ * Perform an UPDATE on the table or view.

count?: 'exact' | 'planned' | 'estimated';
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>;
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>;
/**

@@ -157,4 +157,4 @@ * Perform a DELETE on the table or view.

count?: 'exact' | 'planned' | 'estimated';
}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined>;
}): PostgrestFilterBuilder<Schema, Relation['Row'], null>;
}
//# sourceMappingURL=PostgrestQueryBuilder.d.ts.map

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

export declare const version = "1.3.1";
export declare const version = "1.3.2";
//# sourceMappingURL=version.d.ts.map

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

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

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

@@ -124,3 +124,3 @@ import PostgrestBuilder from './PostgrestBuilder'

} = {}
): PostgrestFilterBuilder<Schema, Relation['Row'], undefined> {
): PostgrestFilterBuilder<Schema, Relation['Row'], null> {
const method = 'POST'

@@ -154,3 +154,3 @@

allowEmpty: false,
} as unknown as PostgrestBuilder<undefined>)
} as unknown as PostgrestBuilder<null>)
}

@@ -202,3 +202,3 @@

} = {}
): PostgrestFilterBuilder<Schema, Relation['Row'], undefined> {
): PostgrestFilterBuilder<Schema, Relation['Row'], null> {
const method = 'POST'

@@ -226,3 +226,3 @@

allowEmpty: false,
} as unknown as PostgrestBuilder<undefined>)
} as unknown as PostgrestBuilder<null>)
}

@@ -258,3 +258,3 @@

} = {}
): PostgrestFilterBuilder<Schema, Relation['Row'], undefined> {
): PostgrestFilterBuilder<Schema, Relation['Row'], null> {
const method = 'PATCH'

@@ -279,3 +279,3 @@ const prefersHeaders = []

allowEmpty: false,
} as unknown as PostgrestBuilder<undefined>)
} as unknown as PostgrestBuilder<null>)
}

@@ -306,3 +306,3 @@

count?: 'exact' | 'planned' | 'estimated'
} = {}): PostgrestFilterBuilder<Schema, Relation['Row'], undefined> {
} = {}): PostgrestFilterBuilder<Schema, Relation['Row'], null> {
const method = 'DELETE'

@@ -325,4 +325,4 @@ const prefersHeaders = []

allowEmpty: false,
} as unknown as PostgrestBuilder<undefined>)
} as unknown as PostgrestBuilder<null>)
}
}

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

export const version = '1.3.1'
export const version = '1.3.2'

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

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