Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@verdaccio/ui-theme

Package Overview
Dependencies
Maintainers
4
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/ui-theme

Verdaccio User Interface

  • 7.0.0-next-7.13
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
146K
decreased by-22.78%
Maintainers
4
Weekly downloads
 
Created

What is @verdaccio/ui-theme?

@verdaccio/ui-theme is a theme package for Verdaccio, a lightweight private npm proxy registry. This package provides the user interface theme for Verdaccio, allowing users to customize and enhance the visual appearance of their Verdaccio instance.

What are @verdaccio/ui-theme's main functionalities?

Customizable UI Theme

This feature allows you to import and apply the Verdaccio UI theme to your Verdaccio instance. By importing the CSS file, you can customize the look and feel of your private npm registry.

import '@verdaccio/ui-theme/css/index.css';

Theme Configuration

This feature allows you to configure the theme settings for Verdaccio. You can specify different theme options such as 'dark' or 'light' to match your preferences.

const config = { theme: 'dark' };

Custom Logo

This feature allows you to set a custom logo for your Verdaccio instance. By specifying the path to your logo image, you can personalize the branding of your npm registry.

const config = { logo: '/path/to/logo.png' };
0

Keywords

FAQs

Package last updated on 23 Mar 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc