Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

botbuilder

Package Overview
Dependencies
Maintainers
3
Versions
631
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder - npm Package Compare versions

Comparing version 4.22.0-dev.20231201.363e0c9 to 4.22.0-dev.20231208.f3db3e9

2

_ts3.4/lib/streaming/streamingHttpClient.d.ts

@@ -8,3 +8,3 @@ /**

*/
import { WebResource, HttpOperationResponse, HttpClient } from '@azure/ms-rest-js';
import { WebResource, HttpOperationResponse, HttpClient } from '@azure/core-http';
import { IStreamingTransportServer } from 'botframework-streaming';

@@ -11,0 +11,0 @@ /**

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

const streaming_1 = require("./streaming");
const ms_rest_js_1 = require("@azure/ms-rest-js");
const core_http_1 = require("@azure/core-http");
const zod_1 = require("./zod");

@@ -278,3 +278,3 @@ const interfaces_1 = require("./interfaces");

bodyAsText,
headers: new ms_rest_js_1.HttpHeaders(),
headers: new core_http_1.HttpHeaders(),
request: httpRequest,

@@ -281,0 +281,0 @@ status: receiveResponse.statusCode,

@@ -8,3 +8,3 @@ /**

*/
import { WebResource, HttpOperationResponse, HttpClient } from '@azure/ms-rest-js';
import { WebResource, HttpOperationResponse, HttpClient } from '@azure/core-http';
import { IStreamingTransportServer } from 'botframework-streaming';

@@ -11,0 +11,0 @@ /**

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

"description": "Bot Builder is a framework for building rich bots on virtually any platform.",
"version": "4.22.0-dev.20231201.363e0c9",
"version": "4.22.0-dev.20231208.f3db3e9",
"license": "MIT",

@@ -31,10 +31,10 @@ "keywords": [

"dependencies": {
"@azure/ms-rest-js": "^2.7.0",
"@azure/core-http": "^3.0.2",
"@azure/msal-node": "^1.2.0",
"axios": "^0.25.0",
"botbuilder-core": "4.22.0-dev.20231201.363e0c9",
"botbuilder-stdlib": "4.22.0-dev.internal.20231201.363e0c9",
"botframework-connector": "4.22.0-dev.20231201.363e0c9",
"botframework-schema": "4.22.0-dev.20231201.363e0c9",
"botframework-streaming": "4.22.0-dev.20231201.363e0c9",
"botbuilder-core": "4.22.0-dev.20231208.f3db3e9",
"botbuilder-stdlib": "4.22.0-dev.internal.20231208.f3db3e9",
"botframework-connector": "4.22.0-dev.20231208.f3db3e9",
"botframework-schema": "4.22.0-dev.20231208.f3db3e9",
"botframework-streaming": "4.22.0-dev.20231208.f3db3e9",
"dayjs": "^1.10.3",

@@ -41,0 +41,0 @@ "filenamify": "^4.1.0",

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

import { GET, POST, VERSION_PATH } from './streaming';
import { HttpClient, HttpHeaders, HttpOperationResponse, WebResource } from '@azure/ms-rest-js';
import { HttpClient, HttpHeaders, HttpOperationResponse, WebResource } from '@azure/core-http';
import { INodeBufferT, INodeSocketT, LogicT } from './zod';

@@ -11,0 +11,0 @@ import { Request, Response, ResponseT } from './interfaces';

@@ -9,3 +9,3 @@ /**

import { WebResource, HttpOperationResponse, HttpClient } from '@azure/ms-rest-js';
import { WebResource, HttpOperationResponse, HttpClient } from '@azure/core-http';
import { IStreamingTransportServer, StreamingRequest } from 'botframework-streaming';

@@ -12,0 +12,0 @@

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

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

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