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

supertokens-website

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supertokens-website - npm Package Compare versions

Comparing version 16.0.9 to 16.0.10

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [16.0.10] - 2023-05-19
### Fixes
- Always clearing locally stored access and refresh tokens if the front-token is removed to handle proxies omitting empty headers
## [16.0.9] - 2023-05-05

@@ -12,0 +18,0 @@

2

lib/build/fetch.d.ts

@@ -59,3 +59,3 @@ import { RecipeInterface, NormalisedInputType, ResponseWithBody, TokenType } from "./types";

export declare function getLocalSessionState(tryRefresh: boolean): Promise<LocalSessionState>;
export declare function getStorageNameForToken(tokenType: TokenType): "st-refresh-token" | "st-access-token";
export declare function getStorageNameForToken(tokenType: TokenType): "st-access-token" | "st-refresh-token";
export declare function setToken(tokenType: TokenType, value: string): Promise<void>;

@@ -62,0 +62,0 @@ export declare function getTokenForHeaderAuth(tokenType: TokenType): Promise<string | undefined>;

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

export declare const package_version = "16.0.9";
export declare const package_version = "16.0.10";
export declare const supported_fdi: string[];

@@ -18,3 +18,3 @@ "use strict";

*/
exports.package_version = "16.0.9";
exports.package_version = "16.0.10";
exports.supported_fdi = ["1.16"];
{
"name": "supertokens-website",
"version": "16.0.9",
"version": "16.0.10",
"description": "frontend sdk for website to be used for auth solution.",

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

Sorry, the diff of this file is too big to display

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