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 17.0.4 to 17.0.5

4

lib/build/utils.js

@@ -316,2 +316,6 @@ "use strict";

}
// support for .local domain
if (hostname.endsWith(".local") && parsedURL.tld === null) {
return hostname;
}
throw new Error("Please make sure that the apiDomain and websiteDomain have correct values");

@@ -318,0 +322,0 @@ }

2

lib/build/version.d.ts
// @ts-nocheck
export declare const version = "17.0.4";
export declare const version = "17.0.5";
export declare const cdiSupported: string[];
export declare const dashboardVersion = "0.11";

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

*/
exports.version = "17.0.4";
exports.version = "17.0.5";
exports.cdiSupported = ["5.0"];
// Note: The actual script import for dashboard uses v{DASHBOARD_VERSION}
exports.dashboardVersion = "0.11";
{
"name": "supertokens-node",
"version": "17.0.4",
"version": "17.0.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