
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@domoinc/da-styles
Advanced tools
Extending Material Components to look & feel more like native Domo.
npm install --save @domoinc/da-styles material-components-web
Let Webpack bundle the SASS files with your app-specific style sheets. This import order is important!
@import '~@domoinc/da-styles/scss/overrides'; // sets mdc variables
@import '~material-components-web/material-components-web';
@import '~@domoinc/da-styles/scss/components'; // domofies mdc
Rather than bundling the fonts into the base, we opted for you to load it via CDN which allows your app to take advantage of performance gains from caching.
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700">
or in your SASS file
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
To see working examples of the components clone the repo locally and start the webpack-dev-server
:
git clone https://git.empdev.domo.com/CustomApps/da-styles
cd da-styles && yarn install && npm start
There is definite room to grow and customize these styles. Contributions are highly encouraged. MDC-Web has been included for development purposes and the demo files are where you can test your changes.
yarn install && npm start
Make your changes in ./scss
and see the dev server refresh with the latest.
FAQs
Base styles for Custom Apps. Extension for Material Web Components
The npm package @domoinc/da-styles receives a total of 8 weekly downloads. As such, @domoinc/da-styles popularity was classified as not popular.
We found that @domoinc/da-styles demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 17 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.