idea-toolbox
Advanced tools
Comparing version 6.5.13 to 6.5.14
@@ -18,2 +18,6 @@ /** | ||
/** | ||
* The URI to the user's picture. | ||
*/ | ||
picture: string; | ||
/** | ||
* The list of groups containing the user. | ||
@@ -20,0 +24,0 @@ */ |
@@ -13,2 +13,3 @@ "use strict"; | ||
this.name = x.name; | ||
this.picture = x.picture; | ||
this.groups = x.groups || this.parseGroupsFromClaims(x['cognito:groups']); | ||
@@ -15,0 +16,0 @@ if (x.attributes) |
{ | ||
"name": "idea-toolbox", | ||
"version": "6.5.13", | ||
"version": "6.5.14", | ||
"description": "IDEA's utility functions", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
240786
7077