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

@supabase/postgrest-js

Package Overview
Dependencies
Maintainers
4
Versions
139
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 0.37.0 to 0.37.1

2

dist/main/lib/types.d.ts

@@ -60,3 +60,3 @@ export declare type Fetch = typeof fetch;

*/
throwOnError(throwOnError?: boolean): PostgrestBuilder<T>;
throwOnError(throwOnError?: boolean): this;
then<TResult1 = PostgrestResponse<T>, TResult2 = never>(onfulfilled?: ((value: PostgrestResponse<T>) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;

@@ -63,0 +63,0 @@ }

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

export declare const version = "0.37.0";
export declare const version = "0.37.1";
//# sourceMappingURL=version.d.ts.map

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

// generated by genversion
exports.version = '0.37.0';
exports.version = '0.37.1';
//# sourceMappingURL=version.js.map

@@ -60,3 +60,3 @@ export declare type Fetch = typeof fetch;

*/
throwOnError(throwOnError?: boolean): PostgrestBuilder<T>;
throwOnError(throwOnError?: boolean): this;
then<TResult1 = PostgrestResponse<T>, TResult2 = never>(onfulfilled?: ((value: PostgrestResponse<T>) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>;

@@ -63,0 +63,0 @@ }

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

export declare const version = "0.37.0";
export declare const version = "0.37.1";
//# sourceMappingURL=version.d.ts.map
// generated by genversion
export const version = '0.37.0';
export const version = '0.37.1';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/postgrest-js",
"version": "0.37.0",
"version": "0.37.1",
"description": "Isomorphic PostgREST client",

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

@@ -83,3 +83,3 @@ import crossFetch from 'cross-fetch'

*/
throwOnError(throwOnError?: boolean): PostgrestBuilder<T> {
throwOnError(throwOnError?: boolean): this {
if (throwOnError === null || throwOnError === undefined) {

@@ -86,0 +86,0 @@ throwOnError = true

// generated by genversion
export const version = '0.37.0'
export const version = '0.37.1'

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