
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
CLI tool to change boring folder icons to cool dev-related icons

You can install the Devfolders CLI using npm (Node Package Manager). Note that you will need to install Node.js and npm. Installing Node.js should install npm as well. Make sure to install it globally with -g
npm install -g devfolders
$ devfolder or $ devfolder <options>
Options:
| Option | Description |
|---|---|
| list | List the available folder icons |
| -v, --version | Outputs the current version of devfolder |
| -t, --target | "sub" or "current". Specifies which directory to target |
| -i, --icon | Specifies which icon to use. See available icons below |
Default process with prompts
$ devfolder
Target all sub-directories (one level deep)
$ devfolder -t sub
Specify folder icon
$ devfolder -i flutter
Set the current folder's icon
$ devfolder -t current -i flutter
Note: devfolder works by creating a desktop config file in the specified folder. You may want to add it to any .gitignore files
FAQs
CLI tool to change boring folder icons to cool dev-related icons
We found that devfolders 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.