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.
@brightspace-ui/core
Advanced tools
A collection of core UI components.
To install from NPM:
npm install @brightspace-ui/core
/components/
- Web components for use in your composite components or application (ex. buttons, links, etc)
/helpers/
- Helpers for use in your web components or mixins (ex. composed DOM helpers)
/mixins/
- Mixins for use in your web components (ex. localize, RTL, etc)
/test/
- Index and shared styles for unit tests
/tools/
- Development tools for building, testing, etc.
After cloning the repo, run npm install
to install dependencies.
Run npm run build
once, or any time icon or language files are changed.
If you don't have it already, install the Polymer CLI globally:
npm install -g polymer-cli
To start a local web server that hosts the demo page and tests:
polymer serve
To lint:
npm run lint
To run visual-diff tests:
npm run test:diff
To run a subset of visual-diff tests:
npm run test:diff -- -g some-pattern
To update visual-diff goldens:
npm run test:diff:golden
To run local unit tests:
npm run test:local
To run a subset of local unit tests, modify your local index.html, or start the dev server and navigate to the desired test page.
To run linting, visual-diff, and unit tests:
npm test
All version changes should obey semantic versioning rules.
Commits and pull request merges to master
will use frau-ci to automatically increment the package.json
version and create a tag, which will subsequently trigger a deployment to NPM.
By default, the minor version will be bumped. To increment the major or patch version instead, use [increment major]
or [increment patch]
in your merge message.
FAQs
A collection of accessible, free, open-source web components for building Brightspace applications
The npm package @brightspace-ui/core receives a total of 6,609 weekly downloads. As such, @brightspace-ui/core popularity was classified as popular.
We found that @brightspace-ui/core 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.