@boxyhq/saml20
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -7,4 +7,4 @@ export interface SAMLReq { | ||
forceAuthn?: boolean; | ||
identifierFormat?: 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress'; | ||
providerName?: 'BoxyHQ'; | ||
identifierFormat?: string; | ||
providerName?: string; | ||
signingKey: string; | ||
@@ -11,0 +11,0 @@ publicKey: string; |
{ | ||
"name": "@boxyhq/saml20", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "SAML 2.0 token parser for Node.js", | ||
@@ -61,6 +61,6 @@ "keywords": [ | ||
"@types/node": "18.11.18", | ||
"@typescript-eslint/eslint-plugin": "5.49.0", | ||
"@typescript-eslint/eslint-plugin": "5.50.0", | ||
"@typescript-eslint/parser": "5.50.0", | ||
"chai": "4.3.7", | ||
"eslint": "8.31.0", | ||
"eslint": "8.33.0", | ||
"eslint-config-prettier": "8.6.0", | ||
@@ -74,5 +74,5 @@ "husky": "8.0.3", | ||
"tsconfig-paths": "4.1.2", | ||
"typescript": "4.9.4" | ||
"typescript": "4.9.5" | ||
}, | ||
"readmeFilename": "README.md" | ||
} |
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
45808