Skip to content

Releases: sindresorhus/is-builtin-module

v4.0.0

30 Apr 09:49
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 52df82e
  • This package is now pure ESM. Please read this.
  • This package now matches based a static list of modules from the latest Node.js version. If you want to check for a module in the current Node.js (previous behavior), use the core isBuiltin method.

v3.2.1...v4.0.0

v3.2.1

31 Jan 05:53
Compare
Choose a tag to compare
  • Module names that end in a trialing slash should not be considered builtin (#13) 4d9b398

v3.2.0...v3.2.1

v3.2.0

31 Jul 11:06
Compare
Choose a tag to compare

v3.1.0...v3.2.0

v3.1.0

21 Apr 08:48
Compare
Choose a tag to compare
  • Recognize alias modules and node: protocol (#6) 6b5865c

v3.0.0...v3.1.0