
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.
@aurolabs/auro-background
Advanced tools
<auro-background>
is a HTML custom element for use as a way to show an image or background color around a block of code or in a slot when used in conjuction with other web components like auro-banner
. It is esentially an alertnative to using custom css background css where your css styles are automicatlly scoped and media queries built in using a mobile first philosophy.
For the most up to date information on UI development browser support
$ npm i @aurolabs/auro-background
Installing as a direct, dev or peer dependency is up to the user installing the package. If you are unsure as to what type of dependency you should use, consider reading this stack overflow answer.
The use of any Auro custom element has a dependency on the Auro Design Tokens.
CSS custom properties are not supported in older browsers. For this, fallback properties are pre-generated and included with the npm.
Any update to the Auro Design Tokens will be immediately reflected with browsers that support CSS custom properties, legacy browsers will require updated components with pre-generated fallback properties.
Defining the component dependency within each component that is using the <auro-background>
component.
import "@aurolabs/auro-background";
Reference component in HTML
<auro-background bg="url(https://sitecore-test-single-westus2.azurewebsites.net/-/media/Images/pages/examples/ad2) center center/cover no-repeat">
<div style="color: var(--auro-color-text-primary-on-dark); display: flex; flex-direction: column; align-items: center; justify-content: center;">
<auro-header level="2" display="600">View all destinations</auro-header>
<auro-hyperlink cta href="#">See where we fly</auro-hyperlink>
</div>
</auro-background>
In cases where the project is not able to process JS assets, there are pre-processed assets available for use.
NOTE: Be sure to replace @latest
in the URL with the version of the asset you want. @latest is NOT aware of any MAJOR releases, use at your own risk.
<link rel="stylesheet" href="https://unpkg.com/@alaskaairux/design-tokens@latest/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://unpkg.com/@alaskaairux/webcorestylesheets@latest/dist/bundled/essentials.css" />
<script src="https://unpkg.com/@aurolabs/auro-background@latest/dist/auro-background__bundled.js" type="module"></script>
The <auro-background>
element should be used in situations where users may:
Default auro-background
<auro-background bg="url(https://sitecore-test-single-westus2.azurewebsites.net/-/media/Images/pages/examples/ad2) center center/cover no-repeat">
<div style="color: var(--auro-color-text-primary-on-dark); display: flex; flex-direction: column; align-items: center; justify-content: center;">
<auro-header level="2" display="600">View all destinations</auro-header>
<auro-hyperlink cta href="#">See where we fly</auro-hyperlink>
</div>
</auro-background>
In order to develop against this project, if you are not part of the core team, you will be required to fork the project prior to submitting a pull request.
Please be sure to review the contribution guidelines for this project. Please make sure to pay special attention to the conventional commits section of the document.
Once the project has been cloned to your local resource and you have installed all the dependencies you will need to open two different shell sessions. One is for the npm tasks, the second is to run the server.
// shell terminal one
$ npm run dev
// shell terminal two
$ npm run serve
Open localhost:8000
The custom element API file is generated in the build and committed back to the repo with a version change. If the API doc has changed without a version change, author's are to run npm run build:api
to generate the doc and commit to version control.
Automated tests are required for every Auro component. See .\test\auro-background.test.js
for the tests for this component. Run npm test
to run the tests and check code coverage. Tests must pass and meet a certain coverage threshold to commit. See the testing documentation for more details.
Bundled assets are only generated in the remote and not merged back to this repo. To review and/or test a bundled asset locally, run $ npm run bundler
to generate assets.
To deploy a demo version of the component for review, run npm run demo:build
to create a ./build
directory that can be pushed to any static server.
Built from WC-Generator v3.7.4
FAQs
auro-background HTML custom element
We found that @aurolabs/auro-background 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
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.