New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node_modules_rmrf

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node_modules_rmrf

rm -rf specified dir's all node_modules, including all sub directory's node_modules recursively

latest
Source
npmnpm
Version
1.0.1-alpha.17
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

node_modules_rmrf

rm -rf specified dir's all node_modules, including all sub directory's node_modules recursively

cmd

node_modules_rmrf

usage

.
 |-parent
 | |-chdir1
 | | |-node_modules
 | | |-file1.txt
 | |-chdir2
 | | |-node_modules
 | | |-file2.txt
 | | |-file3.sh

=>

.
 |-parent
 | |-chdir1
 | | |-file1.txt
 | |-chdir2
 | | |-file2.txt
 | | |-file3.sh

FAQs

Package last updated on 03 Jan 2023

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