passport-saml-metadata
Advanced tools
Comparing version 2.4.1 to 2.5.0
# Changelog | ||
## [v2.4.1](https://github.com/compwright/passport-saml-metadata/tree/v2.4.1) (2021-03-10) | ||
[Full Changelog](https://github.com/compwright/passport-saml-metadata/compare/v2.4.0...v2.4.1) | ||
## [v2.4.0](https://github.com/compwright/passport-saml-metadata/tree/v2.4.0) (2020-12-16) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "passport-saml-metadata", | ||
"version": "2.4.1", | ||
"version": "2.5.0", | ||
"description": "SAML2 metadata loader", | ||
@@ -60,7 +60,7 @@ "author": { | ||
"dependencies": { | ||
"axios": "^0.21.0", | ||
"debug": "^4.3.1", | ||
"@xmldom/xmldom": "^0.7.4", | ||
"axios": "^0.21.4", | ||
"debug": "^4.3.2", | ||
"lodash": "^4.17.20", | ||
"passport-saml": "^2.0.2", | ||
"xmldom": "^0.5.0", | ||
"passport-saml": "^3.1.0", | ||
"xpath": "0.0.32" | ||
@@ -70,7 +70,7 @@ }, | ||
"axios-mock-adapter": "^1.19.0", | ||
"eslint": "^7.15.0", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"semistandard": "^16.0.0" | ||
"eslint": "*", | ||
"mocha": "*", | ||
"nyc": "*", | ||
"semistandard": "*" | ||
} | ||
} |
@@ -7,3 +7,3 @@ const assert = require('assert'); | ||
const sortBy = require('lodash/sortBy'); | ||
const { DOMParser } = require('xmldom'); | ||
const { DOMParser } = require('@xmldom/xmldom'); | ||
const xpath = require('xpath'); | ||
@@ -10,0 +10,0 @@ |
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
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
24423
+ Added@xmldom/xmldom@^0.7.4
+ Addedpassport-saml@3.2.4(transitive)
+ Addedxml-encryption@2.0.0(transitive)
- Removedxmldom@^0.5.0
- Removednode-forge@0.10.0(transitive)
- Removedpassport-saml@2.2.0(transitive)
- Removedxml-encryption@1.3.0(transitive)
- Removedxmldom@0.5.0(transitive)
Updatedaxios@^0.21.4
Updateddebug@^4.3.2
Updatedpassport-saml@^3.1.0