You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vitejs-log

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

vitejs-log

Advanced log generator for vite

1.0.1
unpublished
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

vitejs-log

vitejs-log is a lightweight, fast, and flexible Node.js utility library that provides a set of tools to simplify your everyday development workflow. Whether you're building APIs, processing data, or working with files, vitejs-log has you covered.

npm License Build

Features

  • Handy utilities for everyday tasks
  • Minimal dependencies, fast performance
  • Async and sync support
  • Well-tested and reliable
  • Tree-shakable (ESM support)

Installation

npm install vitejs-log
```bash
or
```bash
yarn add vitejs-log
```bash

// CommonJS
const proc = require('vitejs-log');

// Example
export default defineConfig({
  plugins: [proc()],
})

Keywords

log

FAQs

Package last updated on 01 Jul 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