
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@typinghare/wander
Advanced tools
This script addresses conflicts related to IDE settings folders. When collaborating on a project, team members often use the same IDE (e.g., VSCode, PyCharm, IntelliJ IDEA) but have different configurations. To avoid conflicts, we typically add the IDE settings directories (such as .vscode, .idea, and so on) to .gitignore. However, switching devices can result in losing these settings.
To resolve this issue, Wander provides a solution by allowing you to save your IDE settings in a dedicated directory within .wander/<git-email>. This directory, known as the user directory, stores each developer's IDE settings separately based on their Git email. When switching devices, you can easily restore your IDE settings from your user directory, ensuring a seamless transition.
Ensure that you have installed Node.js, then run the following command:
sudo npm install -g @typinghare/wander
Check if Wander is installed successfully:
wander --version
# Display users and saved files/directories
wander list
# Save the target file/directory to Wander storage
wander save <target1> [<target2> ...]
# Restore the target file/directory from Wander storage
wander restore [<target1> <target2> ...]
# Note that if you do not specify target files to restore, Wander will restore all saved files to target files
wander restore
The following is a typical example:
# Save the .idea to the Wander storage
# It is saved to .wander/<you-git-email>/.idea.svd
# Where the extension ".svd" stands for "saved"
wander save .idea
# Restore the .idea files (and other saved files)
wander restore
# If you saved other files and you just want to restore .idea, run
wander restore .idea
FAQs
A modern solution for addressing settings files conflict
We found that @typinghare/wander demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.