
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
The official css component library for use in web applications designed in accordance with the Dräger "Usability is Blue" design manual.
The official css component library for use in web applications designed in accordance with the Dräger "Usability is Blue" design manual.
Requires Node version 12.16 or above.
npm install @uib/css
The components are available as precompiled css file in the themes bright
and highvis
. In addition, a night
mode is available as separate theme file, for use in combination with either the bright
or highvis
theme.
There are different approaches for using the css styles in your project:
Import the desired theme file(s) into your styles.scss
:
@import 'node_modules/@uib/css/themes/draeger-theme-highvis.css';
Copy the desired theme file(s) from node_modules/@uib/css/themes
into your assets
folder and use in your index.html
:
<!DOCTYPE html>
<html>
<head>
<!-- Bright theme stylesheet -->
<link "href="/dist/assets/draeger-theme-bright.css" rel="stylesheet">
<!-- Highvis theme stylesheet -->
<!--<link "href="/dist/assets/draeger-theme-highvis.css" rel="stylesheet">-->
<!-- Night theme stylesheet -->
<!--<link "href="/dist/assets/draeger-theme-night.css" rel="stylesheet">-->
</head>
<!-- etc. -->
</html>
Please refer to our Storybook to see the components in action and to get further information.
FAQs
The official css component library for use in web applications designed in accordance with the Dräger "Usability is Blue" design manual.
The npm package @uib/css receives a total of 276 weekly downloads. As such, @uib/css popularity was classified as not popular.
We found that @uib/css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.