@supabase/gotrue-js
Advanced tools
Comparing version 2.67.1 to 2.67.2-rc.2
@@ -40,3 +40,3 @@ "use strict"; | ||
exports.uuid = uuid; | ||
const isBrowser = () => typeof document !== 'undefined'; | ||
const isBrowser = () => typeof window !== 'undefined' && typeof document !== 'undefined'; | ||
exports.isBrowser = isBrowser; | ||
@@ -43,0 +43,0 @@ const localStorageWriteTests = { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.67.1"; | ||
export declare const version = "2.67.2-rc.2"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.67.1'; | ||
exports.version = '2.67.2-rc.2'; | ||
//# sourceMappingURL=version.js.map |
@@ -12,3 +12,3 @@ import { API_VERSION_HEADER_NAME } from './constants'; | ||
} | ||
export const isBrowser = () => typeof document !== 'undefined'; | ||
export const isBrowser = () => typeof window !== 'undefined' && typeof document !== 'undefined'; | ||
const localStorageWriteTests = { | ||
@@ -15,0 +15,0 @@ tested: false, |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.67.1"; | ||
export declare const version = "2.67.2-rc.2"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.67.1'; | ||
export const version = '2.67.2-rc.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/gotrue-js", | ||
"version": "2.67.1", | ||
"version": "2.67.2-rc.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Official client library for Supabase Auth", |
@@ -17,3 +17,3 @@ import { API_VERSION_HEADER_NAME } from './constants' | ||
export const isBrowser = () => typeof document !== 'undefined' | ||
export const isBrowser = () => typeof window !== 'undefined' && typeof document !== 'undefined' | ||
@@ -20,0 +20,0 @@ const localStorageWriteTests = { |
@@ -1,1 +0,1 @@ | ||
export const version = '2.67.1' | ||
export const version = '2.67.2-rc.2' |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
829598
1