🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@pinia/colada-plugin-debug

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinia/colada-plugin-debug

Debug plugin for Pinia Colada

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

Pinia Colada logo Pinia Colada Debug Plugin

npm package

Debug plugin for Pinia Colada. This is mostly a playground for plugins, it logs out the queries and mutations but it's better to use devtools instead.

Installation

npm install @pinia/colada-plugin-debug

Usage

import { PiniaColadaDebug } from '@pinia/colada-plugin-debug'

// Pass the plugin to Pinia Colada options
app.use(PiniaColada, {
  // ...
  plugins: [PiniaColadaDebug()],
})

License

MIT

Keywords

pinia

FAQs

Package last updated on 06 Mar 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