Socket
Socket
Sign inDemoInstall

botframework-connector

Package Overview
Dependencies
72
Maintainers
3
Versions
542
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.21.4-dev to 4.21.4-dev2

2

lib/auth/openIdMetadata.js

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

const openIdConfig = (yield res.json());
const getKeyResponse = yield (0, node_fetch_1.default)(openIdConfig.jwks_uri);
const getKeyResponse = yield (0, node_fetch_1.default)(openIdConfig.jwks_uri, { agent: agent });
if (getKeyResponse.ok) {

@@ -84,0 +84,0 @@ this.lastUpdated = new Date().getTime();

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

"description": "Bot Connector is autorest generated connector client.",
"version": "4.21.4-dev",
"version": "4.21.4-dev2",
"license": "MIT",

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

"base64url": "^3.0.0",
"botbuilder-stdlib": "4.21.4-dev.internal",
"botframework-schema": "4.21.4-dev",
"botbuilder-stdlib": "4.21.4-dev2.internal",
"botframework-schema": "4.21.4-dev2",
"cross-fetch": "^3.0.5",

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

"@types/node": "^10.17.27",
"botbuilder-test-utils": "0.0.0-dev",
"botbuilder-test-utils": "0.0.0-dev2",
"dotenv": "^6.2.0",

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

@@ -72,3 +72,3 @@ /**

const getKeyResponse = await fetch(openIdConfig.jwks_uri);
const getKeyResponse = await fetch(openIdConfig.jwks_uri, { agent: agent });
if (getKeyResponse.ok) {

@@ -75,0 +75,0 @@ this.lastUpdated = new Date().getTime();

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