@types/saml2-js
Advanced tools
Comparing version 2.0.2 to 3.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for SAML2-js 2.0.6 | ||
// Type definitions for SAML2-js 3.0.1 | ||
// Project: https://github.com/Clever/saml2 | ||
@@ -133,3 +133,3 @@ // Definitions by: horiuchi <https://github.com/horiuchi> | ||
*/ | ||
notbefore_skew?: boolean | undefined; | ||
notbefore_skew?: number | undefined; | ||
} | ||
@@ -162,2 +162,19 @@ export interface CreateLogoutRequestUrlOptions { | ||
name_id: string; | ||
email?: string; | ||
given_name?: string; | ||
name?: string; | ||
upn?: string; | ||
common_name?: string; | ||
group?: string; | ||
role?: string; | ||
surname?: string; | ||
ppid?: string; | ||
authentication_method?: string; | ||
deny_only_group_sid?: string; | ||
deny_only_primary_sid?: string; | ||
deny_only_primary_group_sid?: string; | ||
group_sid?: string; | ||
primary_group_sid?: string; | ||
primary_sid?: string; | ||
windows_account_name?: string; | ||
session_index?: string | undefined; | ||
@@ -164,0 +181,0 @@ session_not_on_or_after?: string | undefined; |
{ | ||
"name": "@types/saml2-js", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"description": "TypeScript definitions for SAML2-js", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/saml2-js", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4002427ccabb0dfb007c45d36d10340ee3245baf7bf29f73f0e576b741559df7", | ||
"typesPublisherContentHash": "053f99e93482d628951cc608e427cbce929aac091c037adcba474cfd163ef569", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 23 Dec 2021 23:35:47 GMT | ||
* Last updated: Wed, 29 Dec 2021 02:01:22 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
12047
181