Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

botbuilder-instrumentation

Package Overview
Dependencies
Maintainers
3
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.7 to 1.1.8

2

dist/main.js

@@ -253,3 +253,3 @@ "use strict";

let message = {};
if (session instanceof builder.Session) {
if (session.message) {
message = session.message;

@@ -256,0 +256,0 @@ }

{
"name": "botbuilder-instrumentation",
"version": "1.1.7",
"version": "1.1.8",
"description": "",

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

@@ -329,4 +329,4 @@ import * as util from 'util';

if (session instanceof builder.Session) {
message = session.message;
if ((<any>session).message) {
message = (<any>session).message;
} else {

@@ -333,0 +333,0 @@ message = session;

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