botbuilder-instrumentation
Advanced tools
Comparing version 1.1.17 to 1.1.18
@@ -322,5 +322,6 @@ "use strict"; | ||
if (Array.isArray(property)) { | ||
item[property.join('.')] = _.get(session, [propertyBag, ...property], ''); | ||
item[property[property.length - 1]] = _.get(session, [propertyBag, ...property], null); | ||
} | ||
item[property] = session[propertyBag][property] || null; | ||
else | ||
item[property] = session[propertyBag][property] || null; | ||
}); | ||
@@ -327,0 +328,0 @@ }); |
{ | ||
"name": "botbuilder-instrumentation", | ||
"version": "1.1.17", | ||
"version": "1.1.18", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
@@ -424,5 +424,5 @@ import * as util from 'util'; | ||
if (Array.isArray(property)) { | ||
item[property.join('.')] = _.get(session, [propertyBag, ...property], ''); | ||
item[property[property.length-1]] = _.get(session, [propertyBag, ...property], null); | ||
} | ||
item[property] = session[propertyBag][property] || null; | ||
else item[property] = session[propertyBag][property] || null; | ||
}); | ||
@@ -429,0 +429,0 @@ }); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
77150
17
1026
0