
Security News
/Research
node-ipc npm Package Compromised in Supply Chain Attack
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@mozaic-ds/angular
Advanced tools
A library of Angular components implementing ADEO Design system guidelines.
ADEO Design system is a global and collaborative design system that facilitates the designer and developer experience, enabling them to create universal interfaces perfectly aligned with the business strategy of Adeo.
To install the Angular library in your project, you will need to run the following command using npm:
npm i @mozaic-ds/angular
Or with Yarn:
yarn add @mozaic-ds/angular
Import the styles in styles.scss
@use '@mozaic-ds/tokens/adeo/theme' as *;
@use '@mozaic-ds/styles/tools/t.font' as *;
@use '@mozaic-ds/tokens' as *;
To import and use a component, you can proceed as follows:
<script setup lang="ts">
import { MozButtonComponent } from '@mozaic-ds/angular';
</script>
<template>
<button moz-button>This is a Mozaic Button</button moz-button>
</template>
Find the complete list of our components.
And all the available components are showcased in our Storybook.
Releases are managed with GitHub Releases, including the changelog for each one.
Access to the Changelog to find out about the detailed changes to each release.
Have a bug or a feature request?
Please open an issue and use the template associated with your request.
However, if you are able to contribute and fix bugs, build new features, or help to improve the project documentation, feel free to do it! (more information below)
Setup the project to start contributing.
// Clone the repo
$ git clone git@github.com:adeo/mozaic-angular.git
// Go to the cloned directory
$ cd mozaic-angular
// Checkout the branch you are working on
$ git checkout <branch name>
// Install dependencies
$ npm install
We're always looking for contributors to help us fix bugs, build features, or help us improve the documentation. If you're intersted check out our Code of Conduct and Contribution Guide.
Owners
Maintainer
This project is licensed under the Apache V2 License. See LICENSE for more information.
FAQs
Unknown package
The npm package @mozaic-ds/angular receives a total of 106 weekly downloads. As such, @mozaic-ds/angular popularity was classified as not popular.
We found that @mozaic-ds/angular demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Ā It has 5 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.