English

A Preliminary Study on Self-Contained Libraries in the NPM Ecosystem

Software Engineering 2024-06-18 v1

Abstract

The widespread of libraries within modern software ecosystems creates complex networks of dependencies. These dependencies are fragile to breakage, outdated, or redundancy, potentially leading to cascading issues in dependent libraries. One mitigation strategy involves reducing dependencies; libraries with zero dependencies become to self-contained. This paper explores the characteristics of self-contained libraries within the NPM ecosystem. Analyzing a dataset of 2763 NPM libraries, we found that 39.49\% are self-contained. Of these self-contained libraries, 40.42\% previously had dependencies that were later removed. This analysis revealed a significant trend of dependency reduction within the NPM ecosystem. The most frequently removed dependency was babel-runtime. Our investigation indicates that the primary reasons for dependency removal are concerns about the performance and the size of the dependency. Our findings illuminate the nature of self-contained libraries and their origins, offering valuable insights to guide software development practices.

Cite

@article{arxiv.2406.11363,
  title  = {A Preliminary Study on Self-Contained Libraries in the NPM Ecosystem},
  author = {Pongchai Jaisri and Brittany Reid and Raula Gaikovina Kula},
  journal= {arXiv preprint arXiv:2406.11363},
  year   = {2024}
}

Comments

Contains 6 pages, 5 figures. This research paper has been accepted by 22nd IEEE/ACIS International Conference on Software Engineering, Management and Applications (SERA 2024)

R2 v1 2026-06-28T17:08:23.148Z