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.5.1-rc.1 to 0.5.1-rc.2

4

dist/main/utils/constants.js

@@ -8,4 +8,6 @@ "use strict";

httpOnly: false,
maxAge: 60 * 60 * 24 * 365 * 1000,
// https://developer.chrome.com/blog/cookie-max-age-expires
// https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#name-cookie-lifetime-limits
maxAge: 400 * 24 * 60 * 60,
};
//# sourceMappingURL=constants.js.map

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

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

@@ -5,4 +5,6 @@ export const DEFAULT_COOKIE_OPTIONS = {

httpOnly: false,
maxAge: 60 * 60 * 24 * 365 * 1000,
// https://developer.chrome.com/blog/cookie-max-age-expires
// https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#name-cookie-lifetime-limits
maxAge: 400 * 24 * 60 * 60,
};
//# sourceMappingURL=constants.js.map

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

export declare const VERSION = "0.5.1-rc.1";
export declare const VERSION = "0.5.1-rc.2";

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

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

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

@@ -7,3 +7,5 @@ import { CookieOptions } from "../types";

httpOnly: false,
maxAge: 60 * 60 * 24 * 365 * 1000,
// https://developer.chrome.com/blog/cookie-max-age-expires
// https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#name-cookie-lifetime-limits
maxAge: 400 * 24 * 60 * 60,
};

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

export const VERSION = '0.5.1-rc.1';
export const VERSION = '0.5.1-rc.2';

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