Socket
Socket
Sign inDemoInstall

supertokens-node

Package Overview
Dependencies
67
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.7.4 to 16.7.5

1

lib/build/recipe/session/recipeImplementation.js

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

disableAntiCsrf,
config.useDynamicAccessTokenSigningKey,
userContext

@@ -274,0 +275,0 @@ );

@@ -61,2 +61,3 @@ // @ts-nocheck

disableAntiCsrf: boolean,
useDynamicAccessTokenSigningKey: boolean,
userContext: any

@@ -63,0 +64,0 @@ ): Promise<CreateOrRefreshAPIResponse>;

@@ -289,3 +289,10 @@ "use strict";

*/
async function refreshSession(helpers, refreshToken, antiCsrfToken, disableAntiCsrf, userContext) {
async function refreshSession(
helpers,
refreshToken,
antiCsrfToken,
disableAntiCsrf,
useDynamicAccessTokenSigningKey,
userContext
) {
let requestBody = {

@@ -295,2 +302,3 @@ refreshToken,

enableAntiCsrf: !disableAntiCsrf && helpers.config.antiCsrfFunctionOrString === "VIA_TOKEN",
useDynamicSigningKey: useDynamicAccessTokenSigningKey,
};

@@ -297,0 +305,0 @@ if (

2

lib/build/version.d.ts
// @ts-nocheck
export declare const version = "16.7.4";
export declare const version = "16.7.5";
export declare const cdiSupported: string[];
export declare const dashboardVersion = "0.10";

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

*/
exports.version = "16.7.4";
exports.version = "16.7.5";
exports.cdiSupported = ["4.0"];
// Note: The actual script import for dashboard uses v{DASHBOARD_VERSION}
exports.dashboardVersion = "0.10";
{
"name": "supertokens-node",
"version": "16.7.4",
"version": "16.7.5",
"description": "NodeJS driver for SuperTokens core",

@@ -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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc