Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

each-package

Package Overview
Dependencies
Maintainers
1
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

each-package

Run commands in each package folder starting with cwd skipping node_modules folders

latest
Source
npmnpm
Version
1.5.3
Version published
Weekly downloads
315
392.19%
Maintainers
1
Weekly downloads
 
Created
Source

each-package

Run commands in each package folder starting with cwd skipping node_modules folders

# infinite depth
$ ep npm test

# top and second level only (default depth: Infinity)
$ ep -d1 npm test

# one at a time (default depth: concurrency)
$ ep -c1 npm test

# topological (default topological: false)
$ ep -t npm deploy

# one at a time (default private: false)
$ ep -p npm test

# include the root package.json if it exists (default root: false)
$ ep -r npm test

# custom ignore - default is node_modules,.git
$ ep --ignore=node_modules,.git,.yarn,my-symlink-cycle npm test

Keywords

each

FAQs

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