🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

@ljharb/unused-files

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ljharb/unused-files

List unused files in your package.

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

@ljharb/unused-files Version Badge

github actions coverage License Downloads

npm badge

List unused files in your package.

Usage

npx @ljharb/unused-files # if not installed

unused-files # if installed and in the PATH
$ unused-files --help
Usage: unused-files [options]

Options:
  --ignorePattern <pattern>  Ignore files matching the given pattern
    [string]
    [multiple]
    [default: .github/**, coverage/**, test/**, tests/**, example/**]

  --json                     Output the result as a JSON array
    [boolean]
    [default: false]

Install

npm install --save-dev @ljharb/unused-files

License

MIT

Keywords

unused

FAQs

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