Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Lightweight and efficient library for Vue 3 & Nuxt 3
Example of a dashboard built with Maz UI components
npm install maz-ui
// main.ts
import 'maz-ui/styles'
Then, import and use only the components, composables, and more you need:
<template>
<MazBtn>Click me!</MazBtn>
</template>
<script setup lang="ts">
import MazBtn from 'maz-ui/components/MazBtn'
</script>
Use provided resolvers to enjoy auto-imports and TypeScript support: Resolvers documentation
The Nuxt module automatically:
See options and more in the documentation
// nuxt.config.ts
export default defineNuxtConfig({
modules: ['maz-ui/nuxt'],
})
No need to import components, plugins, composables or directives, they are all auto-imported.
<template>
<MazBtn @click="toast.success('Hello Maz UI!')"> Click me! </MazBtn>
</template>
<script setup lang="ts">
const toast = useToast()
</script>
Customize Maz UI to match your brand with our dedicated CLI tool:
# Install the CLI
npm install -g @mazui/cli
# Generate your theme
maz generate-css-vars
The CLI will automatically:
To know how configure the CLI, check theming options in our documentation.
We're always looking for contributors! Check out our contribution guide to get started.
v3.50.0...v3.50.1
FAQs
A standalone components library for Vue.Js 3 & Nuxt.Js 3
The npm package maz-ui receives a total of 9,408 weekly downloads. As such, maz-ui popularity was classified as popular.
We found that maz-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 0 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.