Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@kong-ui-public/misc-widgets
Advanced tools
A collection of miscellaneous components and widgets.
A collection of miscellaneous components and widgets.
This package is a good home for random, one-off components that aren't complex and a standalone package is not necessary.
vue
must be initialized in the host application@kong/kongponents
must be available as a dependency
in the host application, along with the package's style imports. See here for instructions on installing Kongponents.@kong-ui-public/i18n
must be available as a dependency
in the host application.Install the package in your host application
yarn add @kong-ui-public/misc-widgets
# OR
pnpm --filter="@kong-ui/konnect-app-{name} add @kong-ui-public/misc-widgets"
You can import individual components locally where they are being used. Don't forget to import the styles as well.
<template>
<GithubStar />
</template>
<script setup lang="ts">
import { GithubStar } from '@kong-ui-public/misc-widgets'
import '@kong-ui-public/misc-widgets/dist/style.css'
</script>
FAQs
A collection of miscellaneous components and widgets.
The npm package @kong-ui-public/misc-widgets receives a total of 668 weekly downloads. As such, @kong-ui-public/misc-widgets popularity was classified as not popular.
We found that @kong-ui-public/misc-widgets 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.