
Product
Introducing PHP and Composer Support in Socket
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.
@vltpkg/rollback-remove
Advanced tools
A utility for removing stuff, in such a way that the removal can be rolled back on failure, or confirmed and executed in a detached background process.
The best way to use this is to not catch errors, but detect failure
in a finally block and either confirm or roll back appropriately.
import { RollbackRemove } from '@vltpkg/rollback-remove'
const remover = new RollbackRemove()
let success = false
try {
await remover.rm('some/path')
doSomethingThatMayThrow()
remover.confirm()
success = true
} finally {
if (!success) await remover.rollback()
}
FAQs
Mark paths as removed, then remove them or roll back
The npm package @vltpkg/rollback-remove receives a total of 64 weekly downloads. As such, @vltpkg/rollback-remove popularity was classified as not popular.
We found that @vltpkg/rollback-remove demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.

Product
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.