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.23.0 to 4.23.1

2

_ts3.4/lib/channelServiceRoutes.d.ts

@@ -10,3 +10,3 @@ /**

import { WebRequest, WebResponse } from './interfaces';
export type RouteHandler = (request: WebRequest, response: WebResponse) => void;
export declare type RouteHandler = (request: WebRequest, response: WebResponse) => void;
/**

@@ -13,0 +13,0 @@ * Interface representing an Express Application or a Restify Server.

@@ -10,3 +10,3 @@ /**

import { WebRequest, WebResponse } from './interfaces';
export type RouteHandler = (request: WebRequest, response: WebResponse) => void;
export declare type RouteHandler = (request: WebRequest, response: WebResponse) => void;
/**

@@ -13,0 +13,0 @@ * Interface representing an Express Application or a Restify Server.

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

"description": "Bot Builder is a framework for building rich bots on virtually any platform.",
"version": "4.23.0",
"version": "4.23.1",
"license": "MIT",

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

"dependencies": {
"@azure/core-http": "^3.0.2",
"@azure/msal-node": "^2.13.0",
"axios": "^1.7.4",
"botbuilder-core": "4.23.0",
"botbuilder-stdlib": "4.23.0-internal",
"botframework-connector": "4.23.0",
"botframework-schema": "4.23.0",
"botframework-streaming": "4.23.0",
"dayjs": "^1.10.3",
"filenamify": "^4.1.0",
"fs-extra": "^7.0.1",
"htmlparser2": "^6.0.1",
"uuid": "^8.3.2",
"zod": "^3.22.4"
"@azure/core-http": "^3.0.4",
"@azure/msal-node": "^2.13.1",
"axios": "^1.7.7",
"botbuilder-core": "4.23.1",
"botbuilder-stdlib": "4.23.1-internal",
"botframework-connector": "4.23.1",
"botframework-schema": "4.23.1",
"botframework-streaming": "4.23.1",
"dayjs": "^1.11.13",
"filenamify": "^4.3.0",
"fs-extra": "^11.2.0",
"htmlparser2": "^9.0.1",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"chai": "^4.2.0",
"chai": "^4.5.0",
"lodash": "^4.17.20",
"nock": "^11.9.1",
"node-mocks-http": "^1.10.1"
"node-mocks-http": "^1.16.0"
},

@@ -53,0 +53,0 @@ "scripts": {

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