Socket
Socket
Sign inDemoInstall

passport-saml

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-saml - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

lib/node-saml/xml.js

@@ -7,3 +7,3 @@ "use strict";

const xmlenc = require("xml-encryption");
const xmldom = require("xmldom");
const xmldom = require("@xmldom/xmldom");
const xml2js = require("xml2js");

@@ -10,0 +10,0 @@ const xmlbuilder = require("xmlbuilder");

{
"name": "passport-saml",
"version": "3.1.1",
"version": "3.1.2",
"description": "SAML 2.0 authentication strategy for Passport",

@@ -53,9 +53,9 @@ "keywords": [

"dependencies": {
"@xmldom/xmldom": "^0.7.2",
"debug": "^4.3.1",
"passport-strategy": "^1.0.0",
"xml-crypto": "^2.1.2",
"xml-encryption": "^1.2.4",
"xml-crypto": "^2.1.3",
"xml-encryption": "^1.3.0",
"xml2js": "^0.4.23",
"xmlbuilder": "^15.1.1",
"xmldom": "^0.6.0"
"xmlbuilder": "^15.1.1"
},

@@ -72,3 +72,2 @@ "devDependencies": {

"@types/xml2js": "^0.4.8",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^4.23.0",

@@ -75,0 +74,0 @@ "@typescript-eslint/parser": "^4.23.0",

Sorry, the diff of this file is not supported yet

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