Socket
Socket
Sign inDemoInstall

botframework-connector

Package Overview
Dependencies
Maintainers
3
Versions
545
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework-connector - npm Package Compare versions

Comparing version 4.21.0-dev.20231018.5e5d819 to 4.21.0-dev.20231019.c288fc7

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.21.0-dev.20231018.5e5d819",
"version": "4.21.0-dev.20231019.c288fc7",
"license": "MIT",

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

"base64url": "^3.0.0",
"botbuilder-stdlib": "4.21.0-dev.internal.20231018.5e5d819",
"botframework-schema": "4.21.0-dev.20231018.5e5d819",
"botbuilder-stdlib": "4.21.0-dev.internal.20231019.c288fc7",
"botframework-schema": "4.21.0-dev.20231019.c288fc7",
"cross-fetch": "^3.0.5",

@@ -48,3 +48,3 @@ "jsonwebtoken": "^9.0.0",

"@types/node": "^10.17.27",
"botbuilder-test-utils": "0.0.0-dev.20231018.5e5d819",
"botbuilder-test-utils": "0.0.0-dev.20231019.c288fc7",
"dotenv": "^6.2.0",

@@ -51,0 +51,0 @@ "nock": "^11.9.1",

@@ -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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc