Socket
Socket
Sign inDemoInstall

botframework-connector

Package Overview
Dependencies
11
Maintainers
3
Versions
542
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.20.1 to 4.20.2

4

lib/auth/parameterizedBotFrameworkAuthentication.js

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

const callerId = yield this.generateCallerId(this.credentialsFactory, claimsIdentity, this.callerId);
const connectorFactory = new connectorFactoryImpl_1.ConnectorFactoryImpl(getAppId(claimsIdentity), this.toChannelFromBotOAuthScope, this.toChannelFromBotLoginUrl, this.validateAuthority, this.credentialsFactory);
const connectorFactory = new connectorFactoryImpl_1.ConnectorFactoryImpl(getAppId(claimsIdentity), this.toChannelFromBotOAuthScope, this.toChannelFromBotLoginUrl, this.validateAuthority, this.credentialsFactory, this.connectorClientOptions);
return {

@@ -160,3 +160,3 @@ audience: outboundAudience,

createConnectorFactory(claimsIdentity) {
return new connectorFactoryImpl_1.ConnectorFactoryImpl(getAppId(claimsIdentity), this.toChannelFromBotOAuthScope, this.toChannelFromBotLoginUrl, this.validateAuthority, this.credentialsFactory);
return new connectorFactoryImpl_1.ConnectorFactoryImpl(getAppId(claimsIdentity), this.toChannelFromBotOAuthScope, this.toChannelFromBotLoginUrl, this.validateAuthority, this.credentialsFactory, this.connectorClientOptions);
}

@@ -163,0 +163,0 @@ /**

@@ -5,3 +5,3 @@ {

"description": "Bot Connector is autorest generated connector client.",
"version": "4.20.1",
"version": "4.20.2",
"license": "MIT",

@@ -36,4 +36,4 @@ "keywords": [

"base64url": "^3.0.0",
"botbuilder-stdlib": "4.20.1-internal",
"botframework-schema": "4.20.1",
"botbuilder-stdlib": "4.20.2-internal",
"botframework-schema": "4.20.2",
"cross-fetch": "^3.0.5",

@@ -40,0 +40,0 @@ "jsonwebtoken": "^9.0.0",

@@ -126,3 +126,4 @@ // Copyright (c) Microsoft Corporation.

this.validateAuthority,
this.credentialsFactory
this.credentialsFactory,
this.connectorClientOptions
);

@@ -192,3 +193,4 @@

this.validateAuthority,
this.credentialsFactory
this.credentialsFactory,
this.connectorClientOptions
);

@@ -195,0 +197,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc