Comparing version 2.0.0 to 2.0.1
@@ -828,3 +828,3 @@ // Generated by CoffeeScript 1.12.7 | ||
audienceValue = (ref4 = audience.firstChild) != null ? (ref5 = ref4.data) != null ? ref5.trim() : void 0 : void 0; | ||
return !_.isEmpty(audienceValue.trim()) && ((_.isRegExp(options.audience) && options.audience.test(audienceValue)) || (_.isString(options.audience) && options.audience.toLowerCase() === audienceValue.toLowerCase())); | ||
return !_.isEmpty(audienceValue != null ? audienceValue.trim() : void 0) && ((_.isRegExp(options.audience) && options.audience.test(audienceValue)) || (_.isString(options.audience) && options.audience.toLowerCase() === audienceValue.toLowerCase())); | ||
}); | ||
@@ -831,0 +831,0 @@ if (validAudience == null) { |
{ | ||
"name": "saml2-js", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "SAML 2.0 node helpers", | ||
@@ -5,0 +5,0 @@ "author": "Clever", |
Sorry, the diff of this file is not supported yet
184993
40