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

@meetdomaine/vite-plugin-project-syrah

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meetdomaine/vite-plugin-project-syrah

To use the @meetdomaine/vite-plugin-project-syrah Vite plugin, follow these steps:

  • 1.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Vite Plugin Project Syrah

To use the @meetdomaine/vite-plugin-project-syrah Vite plugin, follow these steps:

  1. Install the plugin by running the following command in your project directory:
npm install @meetdomaine/vite-plugin-project-syrah
  1. In your Vite configuration file (vite.config.js), import the plugin and add it to the plugins array:
import syrahPlugin from '@meetdomaine/vite-plugin-project-syrah'
import { defineConfig } from 'vite'

export default defineConfig({
  plugins: [
    syrahPlugin({
      cwd: __dirname,
    }),
  ],
})

FAQs

Package last updated on 12 Aug 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