New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

botbuilder-instrumentation

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-instrumentation - npm Package Compare versions

Comparing version 1.1.17 to 1.1.18

.idea/botbuilder-instrumentation.iml

5

dist/main.js

@@ -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 @@ });

2

package.json
{
"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 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc