
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.
@shopware-ag/meteor-tokens
Advanced tools
Design Tokens for the Meteor Design System used at shopware
This repository contains the Design Tokens for the Meteor Design System at shopware.
npm install @shopware-ag/meteor-tokens
This packages exposes a handful of files to consume:
As an example we'll show you how to make use of the tokens for the Shopware 6 Administration.
Import the CSS files that contain the corresponding tokens.
import '@shopware-ag/meteor-tokens/administration/light.css';
// If you want to support dark mode
import '@shopware-ag/meteor-tokens/administration/dark.css';
Now, you're able to make use of the Design Tokens trough CSS custom properties, like this:
.sw-button {
background-color: var(--color-interaction-primary-default);
}
To switch to the dark mode add the attribute data-theme="dark"
to
a DOM element as far up in the DOM tree as possible.
<body data-theme="dark">
<!-- Your application -->
</body>
Shopware 6 is completely free and released under the MIT License.
FAQs
Design Tokens for the Meteor Design System used at shopware
The npm package @shopware-ag/meteor-tokens receives a total of 16,971 weekly downloads. As such, @shopware-ag/meteor-tokens popularity was classified as popular.
We found that @shopware-ag/meteor-tokens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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.