New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vite-plugin-inspect-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-inspect-config

inspect vite resolved config with infinite object level

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

vite-plugin-inspect-config npm

Unit Test

Inspect vite resolved config with infinite object level

NOTE You can utilize the DEBUG_DEPTH environment variable within the debug package to output configuration at an infinite depth level.

effect

Installation

npm i -D vite-plugin-inspect-config

Usage

// vite.config.ts
import vitePluginInspectConfig from 'vite-plugin-inspect-config';

export default defineConfig({
  plugins: [
    vitePluginInspectConfig({
      // You can use shortcut `.` to output resolved config when `vite dev`
      enable: true,
    }),
  ],
});

TODOs

  • output rollup, esbuild version
  • output the pre built packages name

License

MIT License © 2023-PRESENT YuTengjing

Keywords

FAQs

Package last updated on 03 Jun 2023

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