New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@supabase/ssr

Package Overview
Dependencies
Maintainers
9
Versions
41
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.1-rc.2 to 0.4.1-rc.3

1

dist/main/createServerClient.js

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

event === "USER_UPDATED" ||
event === "PASSWORD_RECOVERY" ||
event === "SIGNED_OUT" ||

@@ -48,0 +49,0 @@ event === "MFA_CHALLENGE_VERIFIED")) {

2

dist/main/version.d.ts

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

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

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

event === "USER_UPDATED" ||
event === "PASSWORD_RECOVERY" ||
event === "SIGNED_OUT" ||

@@ -45,0 +46,0 @@ event === "MFA_CHALLENGE_VERIFIED")) {

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

export declare const VERSION = "0.4.1-rc.2";
export declare const VERSION = "0.4.1-rc.3";

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

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

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

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

event === "USER_UPDATED" ||
event === "PASSWORD_RECOVERY" ||
event === "SIGNED_OUT" ||

@@ -198,0 +199,0 @@ event === "MFA_CHALLENGE_VERIFIED")

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

export const VERSION = '0.4.1-rc.2';
export const VERSION = '0.4.1-rc.3';

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