
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@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
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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.