Socket
Socket
Sign inDemoInstall

remix-auth-email-link

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-auth-email-link - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

build/index.js

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

}
const protocol = (_b = request.headers.get('X-Forwarded-Proto')) !== null && _b !== void 0 ? _b : (host.includes('localhost') || host.includes('127.0.0.1')
const protocol = host.includes('localhost') || host.includes('127.0.0.1')
? 'http'
: 'https');
: (_b = request.headers.get('X-Forwarded-Proto')) !== null && _b !== void 0 ? _b : 'https';
return `${protocol}://${host}`;

@@ -140,0 +140,0 @@ }

{
"name": "remix-auth-email-link",
"version": "2.0.1",
"version": "2.0.2",
"main": "./build/index.js",

@@ -5,0 +5,0 @@ "types": "./build/index.d.ts",

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