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.
@hashicorp/design-system-components
Advanced tools
A package containing the components for the Helios Design System.
yarn add @hashicorp/design-system-components
You will need to do three things before importing the styles into your app:
ember-cli-sass
ember install ember-cli-sass
app/styles/app.css
to app/styles/app.scss
app
definition (starts on/around line 6 in new Ember apps) in ember-cli-build.js
sassOptions: {
precision: 4,
includePaths: [
'./node_modules/@hashicorp/design-system-tokens/dist/products/css',
'./node_modules/@hashicorp/design-system-components/dist/styles',
],
},
Finally, add this line to the top of your app's style file (app.scss
or similar):
@import '@hashicorp/design-system-components';
⚠️ Notice: our component library assumes that a *, *::before, *::after { box-sizing: border-box; }
reset is applied globally in the CSS of the application. If in your use case this is not true, please speak with the design system team (we can try to find a workaround).
See the dedicated components website: https://helios.hashicorp.design/components
See the Contributing guide for details.
This project is licensed under the Mozilla Public License 2.0.
FAQs
Helios Design System Components
The npm package @hashicorp/design-system-components receives a total of 4,461 weekly downloads. As such, @hashicorp/design-system-components popularity was classified as popular.
We found that @hashicorp/design-system-components 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.