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

@vulcan-sql/extension-debug-tools

Package Overview
Dependencies
Maintainers
6
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vulcan-sql/extension-debug-tools

A collection of Vulcan extension debug tools

  • 0.10.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-83.64%
Maintainers
6
Weekly downloads
 
Created
Source

Debug tools

A collection of useful tools to help us develop extensions.

Install

  1. Install package

    npm i @vulcan-sql/extension-debug-tools
    
  2. Update vulcan.yaml

    extensions:
      debug: '@vulcan-sql/extension-debug-tools'
    
    debug:
      # Optional: Path to store debug logs
      debug-folder: 'path-to-a-folder'
    

Tools

  1. AST Printer: Generate AST tree in mermaid format.
    1. Build the project: vulcan build
    2. After building, we’ll generate AST trees in .vulcan-debug folder for each query. You can use some tools like Mermaid Live Editor to view them.

Keywords

FAQs

Package last updated on 18 Jan 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