Socket
Socket
Sign inDemoInstall

botframework-connector

Package Overview
Dependencies
Maintainers
3
Versions
544
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.22.0-dev.20240122.6b2656b to 4.22.0-dev.20240125.05ca65f

4

lib/auth/managedIdentityAuthenticator.js

@@ -37,2 +37,6 @@ "use strict";

(0, assert_1.ok)(tokenProviderFactory, 'ManagedIdentityAuthenticator.constructor(): missing tokenProviderFactory.');
const scopePostfix = '/.default';
if (!resource.endsWith(scopePostfix)) {
resource = `${resource}${scopePostfix}`;
}
this.resource = resource;

@@ -39,0 +43,0 @@ this.tokenProvider = tokenProviderFactory.createAzureServiceTokenProvider(appId);

8

package.json

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

"description": "Bot Connector is autorest generated connector client.",
"version": "4.22.0-dev.20240122.6b2656b",
"version": "4.22.0-dev.20240125.05ca65f",
"license": "MIT",

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

"base64url": "^3.0.0",
"botbuilder-stdlib": "4.22.0-dev.internal.20240122.6b2656b",
"botframework-schema": "4.22.0-dev.20240122.6b2656b",
"botbuilder-stdlib": "4.22.0-dev.internal.20240125.05ca65f",
"botframework-schema": "4.22.0-dev.20240125.05ca65f",
"cross-fetch": "^3.0.5",

@@ -49,3 +49,3 @@ "https-proxy-agent": "^7.0.2",

"@types/node": "^10.17.27",
"botbuilder-test-utils": "0.0.0-dev.20240122.6b2656b",
"botbuilder-test-utils": "0.0.0-dev.20240125.05ca65f",
"dotenv": "^6.2.0",

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

@@ -33,2 +33,7 @@ /**

const scopePostfix = '/.default';
if (!resource.endsWith(scopePostfix)) {
resource = `${resource}${scopePostfix}`;
}
this.resource = resource;

@@ -35,0 +40,0 @@ this.tokenProvider = tokenProviderFactory.createAzureServiceTokenProvider(appId);

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc