Gathering detailed insights and metrics for botframework-schema
Gathering detailed insights and metrics for botframework-schema
Gathering detailed insights and metrics for botframework-schema
Gathering detailed insights and metrics for botframework-schema
botframework-webchat
A highly-customizable web-based chat client for Azure Bot Services.
botframework-directlinejs
Client library for the Microsoft Bot Framework Direct Line 3.0 protocol
json-schema-traverse
Traverse JSON Schema passing each schema object to callback
@microsoft/bf-dialog
@microsoft/bf-dialog ====================
Welcome to the Bot Framework SDK for JavaScript repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using JavaScript.
npm install botframework-schema
99.7
Supply Chain
80.6
Quality
90.8
Maintenance
100
Vulnerability
100
License
Bot Framework JS SDK 4.23.1
Published on 23 Sept 2024
Bot Framework JS SDK 4.23.0
Published on 29 Aug 2024
Bot Framework for JS SDK 4.22.3
Published on 27 Jun 2024
Bot Framework JS SDK 4.22.2
Published on 15 Apr 2024
Bot Framework JS SDK 4.22.0
Published on 25 Jan 2024
Bot Framework JS SDK 4.21.4
Published on 08 Jan 2024
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
685 Stars
3,810 Commits
281 Forks
75 Watching
48 Branches
164 Contributors
Updated on 27 Nov 2024
TypeScript (54.63%)
JavaScript (44.69%)
ANTLR (0.29%)
Batchfile (0.17%)
Shell (0.15%)
HTML (0.04%)
CSS (0.02%)
PowerShell (0.02%)
Cumulative downloads
Total Downloads
Last day
-0.8%
22,434
Compared to previous day
Last week
4.3%
120,712
Compared to previous week
Last month
16.3%
487,020
Compared to previous month
Last year
-12.6%
4,813,229
Compared to previous year
3
This repository contains code for the JavaScript version of the Microsoft Bot Framework SDK, which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.
This SDK enables developers to model conversation and build sophisticated bot applications using JavaScript. SDKs for .NET, Python and Java (preview) are also available.
To get started building bots using the SDK, see the Azure Bot Service Documentation. If you are an existing user, then you can also find out what's new with Bot Framework.
For more information jump to a section below.
Branch | Description | Test Status | Coverage Status | Windows Bot Test Status | Linux Bot Test Status | Browser Functional Tests |
---|---|---|---|---|---|---|
main | 4.15.x Tests |
To view package interdependencies, see the dependency graph.
To get started building bots using the SDK, see the Azure Bot Service Documentation.
The Bot Framework Samples includes a rich set of samples repository.
If you want to debug an issue, would like to contribute, or understand how the Bot Builder SDK works, instructions for building and testing the SDK are below.
Clone a copy of the repo:
1git clone https://github.com/microsoft/botbuilder-js.git
Change to the SDK's directory:
1cd botbuilder-js
Install the prerequisites.
1yarn
Then use the following command to build the SDK.
1yarn build
Use the following command to run the unit tests.
1yarn test
The prep-test.cmd
command is run to install test keys and start the Azure Storage Emulator if its installed. Any unit tests needing test keys or the storage emulator are designed to be skipped if their dependencies are missing so most developers won't need to worry about running this command.
If you have a need to re-generate the LUIS or connector clients using the latest swagger you'll need to install autorest
(requires Node 7.10.0 or higher), which you can do with the following command.
1yarn global add global autorest
Below are the various channels that are available to you for obtaining support and providing feedback. Please pay carful attention to which channel should be used for which type of content. e.g. general "how do I..." questions should be asked on Stack Overflow, Twitter or Gitter, with GitHub issues being for feature requests and bug reports.
Github issues should be used for bugs and feature requests.
Stack Overflow is a great place for getting high-quality answers. Our support team, as well as many of our community members are already on Stack Overflow providing answers to 'how-to' questions.
If you issues relates to Azure Bot Service, you can take advantage of the available Azure support options.
We use the @msbotframework account on twitter for announcements and members from the development team watch for tweets for @msbotframework.
The Gitter Channel provides a place where the Community can get together and collaborate.
We welcome contributions and suggestions. Please see our contributing guidelines for more information.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
No vulnerabilities found.
Reason
all last 30 commits are reviewed through GitHub
Reason
30 commit(s) out of 30 and 5 issue activity out of 30 found in the last 90 days -- score normalized to 10
Reason
no vulnerabilities detected
Reason
security policy file detected
Details
Reason
license file detected
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
update tool detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 5
Details
Reason
no badge detected
Reason
0 out of 1 artifacts are signed or have provenance
Details
Reason
non read-only tokens detected in GitHub workflows
Details
Reason
project is not fuzzed
Score
Last Scanned on 2022-08-15
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More