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.8 to 16.0.9

10

CHANGELOG.md

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

## [16.0.9] - 2023-05-05
### Changes
- Updated tests/test server to match new backend version supporting v3 access tokens
### Fixes
- Fixes fetch interceptor calling clone on URL instances
## [16.0.8] - 2023-04-25

@@ -12,0 +22,0 @@ - Passes windowHandler's localstorage to browser-tabs-lock as well.

2

lib/build/recipeImplementation.js

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

return input.originalFetch(
typeof url === "string" ? url : url.clone(),
typeof url === "object" && "clone" in url ? url.clone() : url,
__assign({}, config)

@@ -175,0 +175,0 @@ );

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

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

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

*/
exports.package_version = "16.0.8";
exports.package_version = "16.0.9";
exports.supported_fdi = ["1.16"];
{
"name": "supertokens-website",
"version": "16.0.8",
"version": "16.0.9",
"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