
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
acorn-node
Advanced tools
the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
Acorn preloaded with plugins for syntax parity with recent Node versions.
It also includes versions of the plugins compiled with Bublé, so they can be run on old Node versions (0.6 and up).
npm install acorn-node
var acorn = require('acorn-node')
The API is the same as acorn, but the following syntax features are enabled by default:
10n10_000import()import.meta propertyexport * as ns from syntaxAnd the following options have different defaults from acorn, to match Node modules:
ecmaVersion: 2019allowHashBang: trueallowReturnOutsideFunction: truevar walk = require('acorn-node/walk')
The Acorn syntax tree walker. Comes preconfigured for the syntax plugins if necessary. See the acorn documentation for details.
The files in the repo root and the ./test folder are licensed as Apache-2.0.
The files in lib/ are generated from other packages:
Esprima is a high performance, standard-compliant ECMAScript parser that also offers syntax tree generation. Compared to acorn-node, Esprima supports a wide range of ECMAScript standards but does not have specific optimizations or extensions for Node.js environments.
FAQs
the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
The npm package acorn-node receives a total of 1,243,549 weekly downloads. As such, acorn-node popularity was classified as popular.
We found that acorn-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 40 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.