New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@db-man/components

Package Overview
Dependencies
Maintainers
1
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-man/components

latest
Source
npmnpm
Version
0.1.173
Version published
Weekly downloads
58
52.63%
Maintainers
1
Weekly downloads
 
Created
Source

@db-man/components

CI status codecov

A database portal to manage GitHub database.

How to use

npx create-react-app my-app
cd my-app
npm add @db-man/components antd

Modify src/App.jsx

import { App } from '@db-man/components';
import './App.css';
export default function () {
  return <App />;
}

Add below 2 lines to top of src/App.css.

@import '~@db-man/components/dist/layout/App.css';
@import '~prismjs/themes/prism.css';

Topics

FAQs

Package last updated on 23 Oct 2025

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