The npm package @externs/nodejs has been inactive for a prolonged period. It had a single release (version 1.5.0) in November 2019. Since then, there have been no releases for 69 consecutive months, from December 2019 through August 2025. This suggests the package is either no longer maintained or is exceptionally stable, requiring no updates.
@externs/nodejs npm package downloads show steady growth from March 2024 to August 2025, peaking in May 2025. Downloads generally hover around 1000-1800 per month. Note the significant drop in downloads for September 2025, which is incomplete data for the current month.
This package provides externs for Node.js, enabling type checking for Node.js code using the Closure Compiler. Externs define the external API surface of Node.js, allowing developers to write JavaScript code that interacts with Node.js APIs while maintaining type safety. It includes definitions for core modules like fs, http, and path, facilitating robust static analysis and reducing runtime errors in Node.js projects that leverage Closure Compiler for optimization and code quality.