
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
npm-author-most-downloaded
Advanced tools
Get the most downloaded npm packages per author.
List packages by an author sorted descending by daily download count:
$ npx npm-author-most-downloaded juliangruber | head
1026857 : http://npm.im/isarray
601308 : http://npm.im/balanced-match
548211 : http://npm.im/brace-expansion
329360 : http://npm.im/component-emitter
269907 : http://npm.im/merge-descriptors
170671 : http://npm.im/constants-browserify
134105 : http://npm.im/multipipe
121082 : http://npm.im/component-bind
109674 : http://npm.im/throttleit
73830 : http://npm.im/array-filter
$ npm install npm-author-most-downloaded
const npmAuthorMostDownloaded = require('npm-author-most-downloaded')
const packages = await npmAuthorMostDownloaded('juliangruber')
for (const pkg of packages) {
console.log(`${String(pkg.downloads).padStart(8)} : http://npm.im/${pkg.name}`)
}
MIT
FAQs
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
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.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.