passport-saml-encrypted
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
26793
+ Added@xmldom/xmldom@~0.8.6
+ Added@xmldom/xmldom@0.8.10(transitive)
- Removedxmldom@~0.6.0
- Removedxmldom@0.6.0(transitive)