What About Our Bug? A Study on the Responsiveness of NPM Package Maintainers
By: Mohammadreza Saeidi , Ethan Thoma , Raula Gaikovina Kula and more
Potential Business Impact:
Fixes bugs in code that many others use.
Background: Widespread use of third-party libraries makes ecosystems like Node Package Manager (npm) critical to modern software development. However, this interconnected chain of dependencies also creates challenges: bugs in one library can propagate downstream, potentially impacting many other libraries that rely on it. We hypothesize that maintainers may not always decide to fix a bug, especially if the maintainer decides it falls out of their responsibility within the chain of dependencies. Aims: To confirm this hypothesis, we investigate the responsiveness of 30,340 bug reports across 500 of the most depended-upon npm packages. Method: We adopt a mixed-method approach to mine repository issue data and perform qualitative open coding to analyze reasons behind unaddressed bug reports. Results: Our findings show that maintainers are generally responsive, with a median project-level responsiveness of 70% (IQR: 55%-89%), reflecting their commitment to support downstream developers. Conclusions: We present a taxonomy of the reasons some bugs remain unresolved. The taxonomy includes contribution practices, dependency constraints, and library-specific standards as reasons for not being responsive. Understanding maintainer behavior can inform practices that promote a more robust and responsive open-source ecosystem that benefits the entire community.
Similar Papers
"I wasn't sure if this is indeed a security risk": Data-driven Understanding of Security Issue Reporting in GitHub Repositories of Open Source npm Packages
Cryptography and Security
Finds hidden security problems in code.
Insecure Ingredients? Exploring Dependency Update Patterns of Bundled JavaScript Packages on the Web
Software Engineering
Finds old, unsafe code in websites.
Towards Supporting Open Source Library Maintainers with Community-Based Analytics
Software Engineering
Shows how much of a software tool is actually used.