
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.
yarn-plugin-apt
Advanced tools
This yarn plugin allows apt-installed packages satisfy a Nodejs project's dependencies.
apt install yarnpkgapt install pkg-js-toolsgit clone https://salsa.debian.org/izzygala/yarn-plugin-apt.gitcd into plugin folder (All the remaining commands should be run in this folder)yarnpkg set version berryyarnpkg installyarnpkg run build or yarnpkg builder build plugincd into your Nodejs project's folder (All the remaining commands should be run in this folder)yarnpkg inityarnpkg set version berryln -s /path/to/bin/folder/yarnpkg /path/to/bin/folder/yarn and uninstall cmdtest for this command to work. You can destroy the symlink after this command using rm /path/to/bin/folder/yarn)yarnpkg set version from sourcesyarnpkg plugin import path/to/plugin/folder/bundles/@yarnpkg/plugin-apt.js| Command | Use | Options | Example |
|---|---|---|---|
yarnpkg apt-add <package name>@<package version or package semver range> | This will add the specified package from locally available apt packages | -D: Adds as a dev dependency, -P: Adds as a peer dependency | yarnpkg apt-add enhanced-resolve@5.9.2, yarnpkg apt-add enhanced-resolve@^5.0.0, yarnpkg apt-add enhanced-resolve@~5.9.0 |
yarnpkg apt-install | This will add all dependencies listed in package.json from locally available apt packages | Nil | yarnpkg apt-install |
yarnpkg apt-reset | This will remove all occurrences of apt in package.json and leave only dependency versions/ranges | Nil | yarnpkg apt-reset |
Dependencies are gotten from npm when:
The Sponsors:
Debian js-team and Outreachy Internships
The Mentors:
Pirate Praveen
Akshay S Dinesh
Past Interns:
Sunday Nkwuda
Ajayi Olatunji
Every member of the Debian js-team
FAQs
Yarn plugin to resolve dependencies from packages installed via apt
We found that yarn-plugin-apt 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.