
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
Allows a
flyfile.jsto be written with new-age ES6 or ES7 syntax.
npm install --save-dev fly-esnext
That's it! :tada: You've now enabled async/await syntax for your flyfile.js!
Note: This will NOT compile your ES6 files into ES5. You must download and setup fly-babel for that.
A flyfile.js may also include require() statements (not shown).
// flyfile.js
export default async function () {
await this.source('src/*.js') // etc...
}
export async function lint() {
await this.source('src/*.js') // etc...
}
export async function styles(obj) {
await this.source(obj.val || 'src/*.sass') // etc...
}
MIT © Luke Edwards
FAQs
Allows flyfiles to be written with new-age ES6 or ES7 syntax.
The npm package fly-esnext receives a total of 25 weekly downloads. As such, fly-esnext popularity was classified as not popular.
We found that fly-esnext 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.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.