Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.
Get the code (e.g. clone the repository).
Install the Node requirements:
$ npm install
$ 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
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.