Skip to content

Releases: sindresorhus/builtin-modules

v4.0.0

30 Apr 09:37
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 75f59d3
  • This package is now pure ESM. Please read this.
  • This package now only exports a static list of built-ins 75f59d3
    • To get a list of built-ins for the current Node.js version, use the built-in API: import {builtinModules} from 'node:module'

v3.3.0...v4.0.0

v3.3.0

12 May 07:48
Compare
Choose a tag to compare
  • Update static list of built-in modules e95a7b5
  • Improve browser compatibility (#15) 0a73da3

v3.2.0...v3.3.0

v3.2.0

22 Dec 06:02
Compare
Choose a tag to compare
  • Update static list of built-in modules (#11) 49ac978

v3.1.0...v3.2.0

v3.1.0

07 Apr 11:10
Compare
Choose a tag to compare

v3.0.0...v3.1.0