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.24.4 to 0.24.5

4

dist/main/lib/types.d.ts

@@ -6,3 +6,3 @@ /**

*/
interface PostgrestError {
declare type PostgrestError = {
message: string;

@@ -12,3 +12,3 @@ details: string;

code: string;
}
};
/**

@@ -15,0 +15,0 @@ * Response format

@@ -6,3 +6,3 @@ /**

*/
interface PostgrestError {
declare type PostgrestError = {
message: string;

@@ -12,3 +12,3 @@ details: string;

code: string;
}
};
/**

@@ -15,0 +15,0 @@ * Response format

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

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

@@ -29,3 +29,3 @@ # Postgrest JS

- update(): https://supabase.io/docs/postgrest/client/update
- delete(): https://supabase.io/docs/postgrest/client/update
- delete(): https://supabase.io/docs/postgrest/client/delete

@@ -32,0 +32,0 @@ ## License

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