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

@supabase/ssr

Package Overview
Dependencies
Maintainers
9
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/ssr - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1-rc.1

10

CHANGELOG.md

@@ -5,13 +5,11 @@ # @supabase/ssr

### Features
* full rewrite using `getAll` and `setAll` cookie methods ([#1](https://github.com/supabase/ssr/issues/1)) ([b6ae192](https://github.com/supabase/ssr/commit/b6ae192aeb37ac6948637955cf1d3d6179b90065))
- full rewrite using `getAll` and `setAll` cookie methods ([#1](https://github.com/supabase/ssr/issues/1)) ([b6ae192](https://github.com/supabase/ssr/commit/b6ae192aeb37ac6948637955cf1d3d6179b90065))
### Bug Fixes
* allow use of `createBrowserClient` without `window` present ([#20](https://github.com/supabase/ssr/issues/20)) ([27d868d](https://github.com/supabase/ssr/commit/27d868d530925805fe2f3577ae716ece40dd3ab6))
* deprecate `parse`, `serialize` exports for more useful functions ([#14](https://github.com/supabase/ssr/issues/14)) ([0b5f881](https://github.com/supabase/ssr/commit/0b5f881e90b7836f2b98b733aac1cc9f916286cb))
* fix `createBrowserClient` deprecation tsdoc ([#17](https://github.com/supabase/ssr/issues/17)) ([1df70ad](https://github.com/supabase/ssr/commit/1df70ad51e65caab46cbc00342dbb42f6d498c32))
- allow use of `createBrowserClient` without `window` present ([#20](https://github.com/supabase/ssr/issues/20)) ([27d868d](https://github.com/supabase/ssr/commit/27d868d530925805fe2f3577ae716ece40dd3ab6))
- deprecate `parse`, `serialize` exports for more useful functions ([#14](https://github.com/supabase/ssr/issues/14)) ([0b5f881](https://github.com/supabase/ssr/commit/0b5f881e90b7836f2b98b733aac1cc9f916286cb))
- fix `createBrowserClient` deprecation tsdoc ([#17](https://github.com/supabase/ssr/issues/17)) ([1df70ad](https://github.com/supabase/ssr/commit/1df70ad51e65caab46cbc00342dbb42f6d498c32))

@@ -18,0 +16,0 @@ ## 0.3.0

3

dist/main/createServerClient.js

@@ -46,3 +46,4 @@ "use strict";

event === "USER_UPDATED" ||
event === "SIGNED_OUT")) {
event === "SIGNED_OUT" ||
event === "MFA_CHALLENGE_VERIFIED")) {
await (0, cookies_1.applyServerStorage)({ getAll, setAll, setItems, removedItems }, {

@@ -49,0 +50,0 @@ cookieOptions: options?.cookieOptions ?? null,

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

export declare const VERSION = "0.4.0";
export declare const VERSION = "0.4.1-rc.1";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '0.4.0';
exports.VERSION = '0.4.1-rc.1';
//# sourceMappingURL=version.js.map

@@ -43,3 +43,4 @@ import { createClient } from "@supabase/supabase-js";

event === "USER_UPDATED" ||
event === "SIGNED_OUT")) {
event === "SIGNED_OUT" ||
event === "MFA_CHALLENGE_VERIFIED")) {
await applyServerStorage({ getAll, setAll, setItems, removedItems }, {

@@ -46,0 +47,0 @@ cookieOptions: options?.cookieOptions ?? null,

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

export declare const VERSION = "0.4.0";
export declare const VERSION = "0.4.1-rc.1";

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

export const VERSION = '0.4.0';
export const VERSION = '0.4.1-rc.1';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/ssr",
"version": "0.4.0",
"version": "0.4.1-rc.1",
"description": "Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.",

@@ -5,0 +5,0 @@ "main": "dist/main/index.js",

@@ -196,3 +196,4 @@ import { createClient, SupabaseClient } from "@supabase/supabase-js";

event === "USER_UPDATED" ||
event === "SIGNED_OUT")
event === "SIGNED_OUT" ||
event === "MFA_CHALLENGE_VERIFIED")
) {

@@ -199,0 +200,0 @@ await applyServerStorage(

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

export const VERSION = '0.4.0';
export const VERSION = '0.4.1-rc.1';

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