Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@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 921 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.