
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.
workd (pronounced worked) is an application to set and keep track of the working directory per desktop so that applications like terminals and test runners can reference the current working directory to enhance their workflows.
YMMV Disclaimer: this software has not been used enough in the wild to thoroughly test. It is young and beautiful, but quite immature. Your Mileage May Vary 😛
This is a node package that you can install globally via npm or yarn.
npm install --global workd
workd does only two things:
workd set /home/some-user/Projects/some-project-dir
# or with a workspace
workd set /home/some-user/Projects/another-project-dir --space 1
workd get # > /home/Projects/some-project-dir
workd get 1 # > /home/Projects/another-project-dir
If no directory has been previously set, either for the default or for a given workspace, the user's home directory is returned.
FAQs
`workd` (pronounced worked)
We found that workd 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.