@supabase/postgrest-js
Advanced tools
Comparing version 0.18.0 to 0.18.1
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { URL } from 'url'; | ||
/** | ||
@@ -4,0 +2,0 @@ * Base builder |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
100795
1832