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
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 0.18.0 to 0.18.1

2

dist/main/builder.d.ts

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

/// <reference types="node" />
import { URL } from 'url';
/**

@@ -4,0 +2,0 @@ * Base builder

3

dist/main/builder.js

@@ -17,3 +17,2 @@ "use strict";

const isomorphic_unfetch_1 = __importDefault(require("isomorphic-unfetch"));
const url_1 = require("url");
/**

@@ -73,3 +72,3 @@ * Base builder

super({});
this.url = new url_1.URL(url);
this.url = new URL(url);
this.headers = headers;

@@ -76,0 +75,0 @@ this.schema = schema;

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

/// <reference types="node" />
import { URL } from 'url';
/**

@@ -4,0 +2,0 @@ * Base builder

@@ -11,3 +11,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

import fetch from 'isomorphic-unfetch';
import { URL } from 'url';
/**

@@ -14,0 +13,0 @@ * Base builder

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

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

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

- [Repository](https://github.com/supabase/supabase-js)
- [Documentation](https://supabase.io/docs/about)
- [Documentation](https://supabase.io/docs)

@@ -21,0 +21,0 @@ ## Contributing

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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