Gathering detailed insights and metrics for @microsoft/teams-js
Gathering detailed insights and metrics for @microsoft/teams-js
Gathering detailed insights and metrics for @microsoft/teams-js
Gathering detailed insights and metrics for @microsoft/teams-js
JavaScript library for use by Microsoft Teams apps
npm install @microsoft/teams-js
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
434 Stars
2,191 Commits
198 Forks
107 Watching
319 Branches
228 Contributors
Updated on 27 Nov 2024
TypeScript (96.59%)
JavaScript (2.12%)
HTML (0.54%)
C# (0.53%)
CSS (0.2%)
PowerShell (0.02%)
Cumulative downloads
Total Downloads
Last day
-28.5%
28,965
Compared to previous day
Last week
-1.8%
191,263
Compared to previous week
Last month
35.9%
824,605
Compared to previous month
Last year
24%
6,900,539
Compared to previous year
1
Welcome to the Teams client library monorepo! For breaking changes, please refer to our changelog in the <root>/packages/teams-js
directory. This repository contains the core teams-js package as well as tools and applications for analyzing and testing.
The following guide references steps to build the entire project including TeamsJS and all of the included apps. For guidelines on just building an individual app please look at the Apps.
git clone https://github.com/OfficeDev/microsoft-teams-library-js.git
pnpm install
from repo rootpnpm build
from repo rootpnpm test
Please look through our Contributing Guide for important details on how to submit a pull request and contribute to this repository.
NOTE: Make sure pnpm@9.0.6
or greater is installed as a global tool, by running npm install -g pnpm@9.0.6
.
TIP: whenever building or testing the Teams client library, you can run pnpm build
or pnpm test
from the packages/teams-js
directory.
This JavaScript library is part of the Microsoft Teams developer platform. See full library reference documentation.
Contain the core exports for the repository.
Used to integrate custom services and applications with Teams, Outlook, and Office.
The apps folder contains applications used to test various aspects of the library.
React application used to locally test the loading times of the library.
Application used to test the functionality of the various library APIs.
Application used to ensure library changes do not break server-side rendering capabilities.
If you would like to locally generate reference documentation for TeamsJS v2, simply utilize the script pnpm run docs
either from the monorepo root or inside the teams-js project root (packages/teams-js
). This should output the generated documentation to packages/teams-js/docs
.
We strongly welcome and encourage contributions to this project. Please read the contributor's guide which contains important 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.
No vulnerabilities found.
Reason
all changesets reviewed
Reason
security policy file detected
Details
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
SAST tool is run on all commits
Details
Reason
binaries present in source code
Details
Reason
license file detected
Details
Reason
2 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-11-25
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