
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
dd-file-util
Advanced tools
Simple Log
It is a thing created to be used very privately.
$ npm install dd-file-util
const DDFileUtil = require('dd-file-util');
DDFileUtil.isExistFile('path/to/file');
ファイルの存在確認
string) - filepath.boolean) - result.ディレクトリであるかのチェック
string) - filepath.boolean) - result.指定のパス直下のパス一覧を取得 type: 0 -> 全て, 1 -> ファイルのみ, 2 -> ディレクトリのみ
string, string) - dirPath, typeArray) - result.指定のパス直下のファイル一覧を取得
string) - dirPathArray) - result.指定のパス直下のディレクトリ一覧を取得
string) - dirPathArray) - result.指定のディレクトリ直下の全てのパス一覧を規定のオブジェクト形式のリストで取得(再帰)
string) - dirPathArray) - [{dir: ディレクトリ, filename: ファイル名, filepath: パス},...]FAQs
Simple File Utility
We found that dd-file-util 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.