idea-toolbox
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -209,3 +209,3 @@ 'use strict'; | ||
let attributes = []; | ||
user.Attributes.forEach(a => attributes[a.Name] = a.Value); | ||
if(user && user.Attributes) user.Attributes.forEach(a => attributes[a.Name] = a.Value); | ||
cb(attributes); | ||
@@ -212,0 +212,0 @@ }); |
{ | ||
"name": "idea-toolbox", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "IDEA's utility functions", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
13750