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.
ui5lab-browser
Advanced tools
A browser to display custom libraries and controls for display on the UI5Lab homepage and testing during development
UI5Lab is a community driven repository for UI5 Custom Control Libraries. It's purpose is to make it easy for everyone to share, retrieve and use UI5 Custom Controls. Contributions welcome!
This repository contains a browser to display custom libraries and control examples on the UI5Lab homepage. The app implemented in UI5 can also be used for testing control samples and previewing libraries during development. Have a look at our documentation for more details.
Run the following commands to test or develop this project:
Note: If working behind a proxy, you need to configure it properly (HTTP_PROXY / HTTPS_PROXY / NO_PROXY environment variables)
git clone https://github.com/UI5Lab/UI5Lab-browser
cd UI5Lab-browser
npm install
npm start
Note: Run
npm install --global @ui5/cli
if theui5
command is not registered (for more information see ui5 tooling)
Note: To test the browser, one or more libraries should be defined as a dependency and registered in the libraries.json file. See the
gh-pages
branch of UI5Lab-central project for a live example
The library project and the central project reference the browser via npm module. In order to publish a new version to npm follow these steps:
Maintain the package.json file and increase the version number
Run the ui5 build tools to create a library preload and the CSS theme build for your library artifacts. Everything (minified and unminified sources) will be created in the dist
folder, ready to be published and consumed by other projects
npm run build
npm publish
Note: Official UI5Lab packages have to be published with the user
ui5lab
, if you do not have permission ask a member the UI5Lab core team
Issues can be created either in this repository or in any of the contributor repositories depending on where the error came from. Be sure to include enough details and context to reproduce the issue and follow up with you.
We organize this project in Slack Channel #UI5Lab. If you are interested in what we do and discuss, join with this invitation link or visit the homepage https://ui5lab.github.io/UI5Lab-central/.
The UI5Lab Community
FAQs
A browser to display custom libraries and controls for display on the UI5Lab homepage and testing during development
We found that ui5lab-browser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.