Socket
Socket
Sign inDemoInstall

botframework-connector

Package Overview
Dependencies
Maintainers
1
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.5.3 to 4.6.0-preview1

lib/teams/index.d.ts

2

lib/auth/jwtTokenExtractor.js

@@ -103,5 +103,5 @@ "use strict";

}
exports.JwtTokenExtractor = JwtTokenExtractor;
// Cache for OpenIdConnect configuration managers (one per metadata URL)
JwtTokenExtractor.openIdMetadataCache = new Map();
exports.JwtTokenExtractor = JwtTokenExtractor;
//# sourceMappingURL=jwtTokenExtractor.js.map

@@ -141,2 +141,3 @@ "use strict";

}
exports.MicrosoftAppCredentials = MicrosoftAppCredentials;
MicrosoftAppCredentials.trustedHostNames = new Map([

@@ -151,3 +152,2 @@ ['state.botframework.com', new Date(8640000000000000)],

MicrosoftAppCredentials.cache = new Map();
exports.MicrosoftAppCredentials = MicrosoftAppCredentials;
//# sourceMappingURL=microsoftAppCredentials.js.map

@@ -9,1 +9,2 @@ /**

export * from './tokenApi/models';
export * from './teams';

@@ -18,2 +18,3 @@ "use strict";

exports.EmulatorApiClient = emulatorApiClient_1.EmulatorApiClient;
__export(require("./teams"));
//# sourceMappingURL=index.js.map

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

"description": "Bot Connector is autorest generated connector client.",
"version": "4.5.3",
"version": "4.6.0-preview1",
"license": "MIT",

@@ -27,3 +27,3 @@ "keywords": [

"base64url": "^3.0.0",
"botframework-schema": "^4.5.3",
"botframework-schema": "^4.6.0-preview1",
"form-data": "^2.3.3",

@@ -49,3 +49,3 @@ "jsonwebtoken": "8.0.1",

"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version 4.5.3"
"set-version": "npm version --allow-same-version 4.6.0-preview1"
},

@@ -52,0 +52,0 @@ "files": [

@@ -13,1 +13,2 @@ (new Function('require', 'if (!this.hasOwnProperty("FormData")) { this.FormData = require("form-data"); }; if (!this.hasOwnProperty("fetch")) { this.fetch = require("node-fetch"); }'))(require);

export * from './tokenApi/models'
export * from './teams';

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 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