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

@supabase/postgrest-js

Package Overview
Dependencies
Maintainers
3
Versions
138
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.21.1 to 0.21.2

2

dist/main/lib/PostgrestTransformBuilder.js

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

const key = typeof foreignTable === 'undefined' ? 'order' : `"${foreignTable}".order`;
this.url.searchParams.set(key, `"${column}".${ascending ? 'asc' : 'desc'}.${nullsFirst ? 'nullsfirst' : 'nullslast'}`);
this.url.searchParams.set(key, `${column}.${ascending ? 'asc' : 'desc'}.${nullsFirst ? 'nullsfirst' : 'nullslast'}`);
return this;

@@ -21,0 +21,0 @@ }

@@ -16,3 +16,3 @@ import { PostgrestBuilder } from './types';

const key = typeof foreignTable === 'undefined' ? 'order' : `"${foreignTable}".order`;
this.url.searchParams.set(key, `"${column}".${ascending ? 'asc' : 'desc'}.${nullsFirst ? 'nullsfirst' : 'nullslast'}`);
this.url.searchParams.set(key, `${column}.${ascending ? 'asc' : 'desc'}.${nullsFirst ? 'nullsfirst' : 'nullslast'}`);
return this;

@@ -19,0 +19,0 @@ }

{
"name": "@supabase/postgrest-js",
"version": "0.21.1",
"version": "0.21.2",
"description": "Isomorphic PostgREST client",

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

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