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

@supabase/postgrest-js

Package Overview
Dependencies
Maintainers
12
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 1.17.6 to 1.17.7

1

dist/cjs/index.d.ts

@@ -18,2 +18,3 @@ import PostgrestClient from './PostgrestClient';

export type { PostgrestResponse, PostgrestResponseFailure, PostgrestResponseSuccess, PostgrestSingleResponse, PostgrestMaybeSingleResponse, } from './types';
export type { GetResult as UnstableGetResult } from './select-query-parser/result';
//# sourceMappingURL=index.d.ts.map

2

package.json
{
"name": "@supabase/postgrest-js",
"version": "1.17.6",
"version": "1.17.7",
"description": "Isomorphic PostgREST client",

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

@@ -32,1 +32,4 @@ // Always update wrapper.mjs when updating this file.

} from './types'
// https://github.com/supabase/postgrest-js/issues/551
// To be replaced with a helper type that only uses public types
export type { GetResult as UnstableGetResult } from './select-query-parser/result'

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

export const version = '1.17.6'
export const version = '1.17.7'

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