Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
edx-ui-toolkit
Advanced tools
A JavaScript toolkit for building edX user interfaces.
This library contains the following:
The code in this repository uses the Apache 2.0 license unless otherwise noted. Please see the LICENSE file for details.
Contributions are very welcome. The easiest way is to fork this repo, and then make a pull request from your fork. The first time you make a pull request, you may be asked to sign a Contributor Agreement.
Please refer to our contributor guidelines for important additional information.
The UI Toolkit uses Node 18 to manage its dependencies. To work with the repo locally, you will need to have Node 18 installed. We recommend using n to manage node versions on your machine.
Get the code (e.g. clone the repository).
Install the Node requirements:
$ npm i
$ gulp lint
To run tests in headless mode:
$ gulp test
To run tests in debug mode:
$ gulp test-debug
Once tests are running in debug mode, open this URL:
http://localhost:9009/debug.html
The UI Toolkit has auto-generated documentation available here: http://ui-toolkit.edx.org/.
To generate this documentation, run the following command:
$ gulp doc
To upload a preview of the documentation to S3:
$ gulp preview
To update the hosted documentation:
$ gulp doc-publish
FAQs
A JavaScript toolkit for building edX user interfaces
The npm package edx-ui-toolkit receives a total of 2,447 weekly downloads. As such, edx-ui-toolkit popularity was classified as popular.
We found that edx-ui-toolkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.