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

passport-saml-encrypted

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-saml-encrypted - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/saml.js

@@ -71,3 +71,3 @@ var zlib = require('zlib');

} else {
var callbackUrl = this.options.protocol + req.headers.host + this.options.path;
var callbackUrl = this.options.protocol + req.headers.host + ':' + req.app.settings.port + this.options.path;
}

@@ -74,0 +74,0 @@

{
"name": "passport-saml-encrypted",
"version": "0.0.1",
"version": "0.0.2",
"description": "A Passport strategy for handling encrypted SAML authentication responses",

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

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