Gathering detailed insights and metrics for monday-sdk-js
Gathering detailed insights and metrics for monday-sdk-js
Gathering detailed insights and metrics for monday-sdk-js
Gathering detailed insights and metrics for monday-sdk-js
@mondaydotcomorg/api
monday.com API client
monday-ui-style
Monday UI CSS Foundations
aws-sdk
AWS SDK for JavaScript
@aws-sdk/signature-v4-multi-region
[![NPM version](https://img.shields.io/npm/v/@aws-sdk/signature-v4-multi-region/latest.svg)](https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/signature-v4-multi-region.svg)](https:/
npm install monday-sdk-js
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
87 Stars
77 Commits
39 Forks
12 Watching
3 Branches
57 Contributors
Updated on 25 Nov 2024
JavaScript (53.74%)
TypeScript (46.26%)
Cumulative downloads
Total Downloads
Last day
-13.4%
6,809
Compared to previous day
Last week
-5.2%
40,664
Compared to previous week
Last month
22.8%
183,474
Compared to previous month
Last year
-10.8%
2,083,248
Compared to previous year
The monday.com SDK provides a toolset for application developers to build features and solutions on top of the monday.com Work OS platform. You'll find this SDK useful if you want to:
The SDK contains methods for server-side and client-side application development. Client-side capabilities assume a valid user session is present (and can seamlessly act on behalf of that user), while server-side methods can be used to access monday.com features using explicit credentials but without any client-side code.
npm
moduleInstall the SDK as a module:
npm install monday-sdk-js --save
Then import into your project:
1import mondaySdk from "monday-sdk-js"; 2const monday = mondaySdk();
<script>
tag directly in your HTML codeYou can also load the SDK directly into your HTML code by adding:
1<head> 2 <script src="https://cdn.jsdelivr.net/npm/monday-sdk-js/dist/main.js"></script> 3</head>
and then initialize the SDK anywhere in the page by declaring:
1const monday = window.mondaySdk()
To get started, check out the SDK Documentation
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 29/30 approved changesets -- score normalized to 9
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
91 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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