
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.
@mikeal/limbo
Advanced tools
Writing native ESM and being compatibile with people who use require()
in Node.js and older compilers is pretty broken. limbo is here to help.
Run the following command in the root of your package.
$ npx @mikeal/limbo test/test*.js
Compiles CJS versions of the target files and all the local files that are imported by those target files. Using the test files are a good target as they should import all the relevant local files for your package.
dist/cjs-node a CJS version of the package files in order to
support consumers of your library still using require().dist/cjs-browser a CJS version of the package files targeted
for the browser in order to maintain compatibility with older compilers
like Webpack 4.x because they have terrible opinions about the CJS
representation of ESM modulesYou'll still need to reference all of these files in your package.json.
It's a bit complicated to explain, so there's a flag you can use that will
mutate the local package.json and add all the required browser and export
fields.
You still can't use any versions of Node.js prior to v12 or even early versions of v12 and v14 that were released before ESM was behind a flag. There's not much we can do there.
FAQs
Compile targetss for old Node.js and browsers
We found that @mikeal/limbo 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
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.