passport-saml
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -5,3 +5,3 @@ import type { CacheItem, CacheProvider } from "../node-saml/inmemory-cache-provider"; | ||
import { MultiSamlStrategy } from "./multiSamlStrategy"; | ||
import type { Profile, SamlConfig, VerifiedCallback, VerifyWithRequest, VerifyWithoutRequest } from "./types"; | ||
export { SAML, AbstractStrategy, Strategy, MultiSamlStrategy, CacheItem, CacheProvider, Profile, SamlConfig, VerifiedCallback, VerifyWithRequest, VerifyWithoutRequest, }; | ||
import type { AuthenticateOptions, Profile, SamlConfig, VerifiedCallback, VerifyWithRequest, VerifyWithoutRequest } from "./types"; | ||
export { SAML, AbstractStrategy, Strategy, MultiSamlStrategy, CacheItem, CacheProvider, AuthenticateOptions, Profile, SamlConfig, VerifiedCallback, VerifyWithRequest, VerifyWithoutRequest, }; |
{ | ||
"name": "passport-saml", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "SAML 2.0 authentication strategy for Passport", | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
"xml-crypto": "^2.1.3", | ||
"xml-encryption": "^1.3.0", | ||
"xml-encryption": "^2.0.0", | ||
"xml2js": "^0.4.23", | ||
@@ -87,3 +87,3 @@ "xmlbuilder": "^15.1.1" | ||
"prettier-plugin-packagejson": "^2.2.12", | ||
"release-it": "^14.11.5", | ||
"release-it": "^14.12.3", | ||
"request": "^2.83.0", | ||
@@ -90,0 +90,0 @@ "should": "^13.2.3", |
Sorry, the diff of this file is not supported yet
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
256509
39
+ Addedxml-encryption@2.0.0(transitive)
- Removednode-forge@0.10.0(transitive)
- Removedxml-encryption@1.3.0(transitive)
Updatedxml-encryption@^2.0.0