passport-saml-metadata
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "passport-saml-metadata", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "SAML2 metadata loader", | ||
"author": { | ||
"name": "Jonathon Hill", | ||
"email": "jhill9693@gmail.com" | ||
"email": "jonathon@compwright.com" | ||
}, | ||
@@ -33,2 +33,10 @@ "contributors": [ | ||
"url": "http://www.barrymorrison.com" | ||
}, | ||
{ | ||
"name": "Oliver Lockwood", | ||
"url": "http://www.oliverlockwood.com/index.html" | ||
}, | ||
{ | ||
"name": "Sol Redfern", | ||
"url": "https://github.com/Tsuesun" | ||
} | ||
@@ -66,2 +74,3 @@ ], | ||
"dependencies": { | ||
"@node-saml/node-saml": "^4.0.3", | ||
"@xmldom/xmldom": "^0.8.6", | ||
@@ -71,3 +80,2 @@ "axios": "^1.2.1", | ||
"lodash": "^4.17.21", | ||
"@node-saml/node-saml": "^4.0.3", | ||
"xpath": "0.0.32" | ||
@@ -77,4 +85,8 @@ }, | ||
"axios-mock-adapter": "^1.21.2", | ||
"eslint": "^8.30.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-n": "^15.6.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"jest": "latest", | ||
"standard": "latest", | ||
"standard-version": "latest", | ||
@@ -81,0 +93,0 @@ "unbuild": "latest" |
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
28714
9