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

@supabase/postgrest-js

Package Overview
Dependencies
Maintainers
7
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.8.4 to 1.8.5

2

dist/main/PostgrestBuilder.js

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

}
if (error && this.isMaybeSingle && ((_c = error === null || error === void 0 ? void 0 : error.details) === null || _c === void 0 ? void 0 : _c.includes('Results contain 0 rows'))) {
if (error && this.isMaybeSingle && ((_c = error === null || error === void 0 ? void 0 : error.details) === null || _c === void 0 ? void 0 : _c.includes('0 rows'))) {
error = null;

@@ -141,0 +141,0 @@ status = 200;

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

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

@@ -133,3 +133,3 @@ // @ts-ignore

}
if (error && this.isMaybeSingle && ((_c = error === null || error === void 0 ? void 0 : error.details) === null || _c === void 0 ? void 0 : _c.includes('Results contain 0 rows'))) {
if (error && this.isMaybeSingle && ((_c = error === null || error === void 0 ? void 0 : error.details) === null || _c === void 0 ? void 0 : _c.includes('0 rows'))) {
error = null;

@@ -136,0 +136,0 @@ status = 200;

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

export declare const version = "1.8.4";
export declare const version = "1.8.5";
//# sourceMappingURL=version.d.ts.map

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

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

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

@@ -152,3 +152,3 @@ // @ts-ignore

if (error && this.isMaybeSingle && error?.details?.includes('Results contain 0 rows')) {
if (error && this.isMaybeSingle && error?.details?.includes('0 rows')) {
error = null

@@ -155,0 +155,0 @@ status = 200

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

export const version = '1.8.4'
export const version = '1.8.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