🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@eldrex/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eldrex/cli

Command-line interface for DevDiff — intelligent, privacy-first changelog generation

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

@eldrex/cli

Command-line interface for DevDiff — intelligent, privacy-first changelog generation

npm version Socket Score License: MIT

Overview

@eldrex/cli provides the main command line interface to initialize, generate, watch, and audit changelogs.

Installation

npm install -g @eldrex/cli

CLI Commands

  • devdiff init — Set up the configuration and install local Git hook triggers.
  • devdiff generate — Perform manual diff parsing and prompt generation.
  • devdiff watch — Monitor repository indexes for staged diff changes in real-time.
  • devdiff report — Start the local dashboard interface.
  • devdiff audit — Show the local AI execution history and security logs.

🔒 Security & Privacy

What This Package Accesses

ResourceWhyDefaultCan Disable
File SystemRead configurations, write local log cacheYesNo
ShellRun whitelisted git operations, detect Ollama pathYesYes

Shell Access notice

This package accesses the shell for specific whitelisted operations (like git status, git diff, and checking for local binaries via which). You can fully disable shell execution by setting:

{
  "security": {
    "disableShellAccess": true
  }
}

When disabled, isomorphic-git is used instead.

License

MIT © DevDiff Contributors

Keywords

changelog

FAQs

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