Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
file-move-dir
Advanced tools
Move sub dir files into one place, renamed with numeric name.
npm install file-move-dir -g
$ file-move-dir -h
Usage: index [options]
file-move-dir: move sub dir files into one place
Options:
-V, --version output the version number
-s, --source_dir <dir> source dir
-o, --output_dir <dir> output dir
-n, --base_name <string> output base name, default is empty means only rename output files by number
-l, --locale <string> locale by which file list read from dir sorted, default is en, see https://www.npmjs.com/package/readdir-sorted
-h, --help output usage information
files:
your_source_dir
sub_dir1
file1.png
file2.png
file3.png
sub_dir2
file1.txt
file2.txt
sub_dir3
file1.docx
file2.pptx
$ file-move-dir -s your_source_dir -o your_dest_dir -n file_prefix
output:
your_dest_dir
file_prefix0001.png
file_prefix0002.png
file_prefix0003.png
file_prefix0004.txt
file_prefix0005.txt
file_prefix0006.docx
file_prefix0007.pptx
FAQs
file-move-dir =============
We found that file-move-dir demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.