
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.
@nethren-ui/vue
Advanced tools
Nethren UI is component library built from ground for vue and react.
This project was inspired from several component librarie, mainly Chakra UI and Vuesax 4.
Currently vue 3 version is in development and you can install the alpha version from here.
For the full documentation, please visit @nethren-ui/vue documentation website !
npm install @nethren-ui/vue
# or
yarn add @nethren-ui/vue
#or
pnpm add @nethren-ui/vue
After that, all you have to do to setup it is, call the setColorPallete
function (either in app.vue or main.js/ts) and import the css file.
// in main.ts or in App.vue script(script setup or legacy) block
import {setColorPallete} from '@nethren-ui/vue';
import "@nethren-ui/vue/dist/style.css";
// call the function
setColorPallete();
And in each individula SFC component, you can import the relevant component directly (tree-shakable) and use it.
<script setup lang="ts">
import { NButton } from '@nethren-ui/vue'
</script>
<template>
<NButton>Button 1</NButton>
<n-button>This one also works</n-button>
</template>
FAQs
A Customizable Vue 3 UI Toolkit built with TypeScript
We found that @nethren-ui/vue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.