Sign In

@decantr/vite-plugin

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

@decantr/vite-plugin

Experimental Vite plugin for Decantr guard feedback during local development

next
latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
4
300%
Maintainers
1
Weekly downloads
 
Created
Source

@decantr/vite-plugin

Support status: supported-secondary
Release channel: experimental

Experimental Vite plugin that surfaces Decantr guard violations in local development.

This package is not part of the main Decantr product nucleus and is excluded from the default release wave unless explicitly requested.

Install

npm install -D @decantr/vite-plugin

Usage

import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import { decantrPlugin } from '@decantr/vite-plugin';

export default defineConfig({
  plugins: [react(), decantrPlugin()],
});

By default the plugin watches decantr.essence.json and re-runs Decantr guard checks as source files change.

License

MIT

FAQs

Package last updated on 08 May 2026

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