Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@byjohann/ui
Advanced tools
A collection of Vue.js components for my projects.
# pnpm
pnpm add @byjohann/ui
# npm
npm i @byjohann/ui
# yarn
yarn add @byjohann/ui
Nuxt is supported out of the box. The Vue components provided by this library need to be transpiled for the server-side rendering to work. All you need to do is to add the @byjohann/ui/nuxt
module to your nuxt.config.ts
:
export default defineNuxtConfig({
modules: ["@byjohann/ui/nuxt"],
});
This library provides a collection of Vue.js components. Here is a list of all available components:
When working with specific features, you can use the provided composables. Here is a list of all available composables:
This library supports Mapbox. Here is a list of all available Mapbox components and composables:
UI development is a lot about colors and typography. Here is a list of all available utilities:
MIT License © 2023-PRESENT Johann Schopplich
FAQs
A collection of Vue.js components for my projects
The npm package @byjohann/ui receives a total of 11 weekly downloads. As such, @byjohann/ui popularity was classified as not popular.
We found that @byjohann/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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.