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

passport-saml-encrypted

Package Overview
Dependencies
Maintainers
7
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.1.10 to 0.1.11

2

lib/decryptSAML.js

@@ -6,3 +6,3 @@ /**

var crypto = require('crypto');
var xmldom = require('xmldom');
var xmldom = require('@xmldom/xmldom');
var xmlencryption = require('xml-encryption');

@@ -9,0 +9,0 @@ var xpath = require('xpath');

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

var crypto = require('crypto');
var xmldom = require('xmldom');
var xmldom = require('@xmldom/xmldom');
var querystring = require('querystring');

@@ -9,0 +9,0 @@

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

@@ -30,3 +30,3 @@ "main": "index.js",

"xml-crypto": "^2.1.3",
"xmldom": "~0.6.0",
"@xmldom/xmldom": "~0.8.6",
"xml-encryption": "^2.0.0",

@@ -33,0 +33,0 @@ "xpath": "0.0.32",

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