Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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 805 weekly downloads. As such, @hashicorp/design-system-components popularity was classified as not 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.