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
2
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.0.15 to 1.0.16

10

dist/main.js

@@ -20,2 +20,4 @@ "use strict";

this.instrumentationKeys = [];
this.sentiments = {};
this.initSentimentData();
settings = settings || {};

@@ -42,2 +44,10 @@ _.extend(this.sentiments, settings.sentiments);

}
initSentimentData() {
this.sentiments = {
minWords: 3,
url: 'https://westus.api.cognitive.microsoft.com/text/analytics/v2.0/sentiment',
id: 'bot-analytics',
key: null
};
}
formatArgs(args) {

@@ -44,0 +54,0 @@ return util.format.apply(util.format, Array.prototype.slice.call(args));

2

package.json
{
"name": "botbuilder-instrumentation",
"version": "1.0.15",
"version": "1.0.16",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/main.js",

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