Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 30 Apr 09:37
· 1 commit to main since this release

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