Skip to content

Releases: nodejs/import-in-the-middle

v1.8.1

18 Jun 23:05
57d2459
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

18 Jun 23:05
a8da141
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.8.0

v1.7.3

17 Jan 18:49
c3c2c52
Compare
Choose a tag to compare
  • Fix node 20 reexports #30
  • Fix duplicate default exports #53

v1.7.1

13 Dec 16:45
9d1f3c4
Compare
Choose a tag to compare
  • Revert "Fix loader cyclical dependency bug (#36)" (#48)

v1.7.0

12 Dec 16:33
918344e
Compare
Choose a tag to compare
  • Fix loader cyclical dependency bug for Node.js >= v16.0.0 (#36)

v1.6.0

12 Dec 16:31
Compare
Choose a tag to compare
  • Fix ESM in Node v18.19.0 (#44)
  • Add extensionless support in 18.19 (#41)

v1.5.0

12 Dec 16:29
Compare
Choose a tag to compare
  • Support Node.js v21 (#40)

v1.4.2

08 Aug 17:17
Compare
Choose a tag to compare

Bug Fixes

  • sanitizes URLs passed to import, fixing a security vulnerability: CVE-2023-38704

v1.4.1

08 Aug 17:19
Compare
Choose a tag to compare

Warning
This version of the library contains a known security vulnerability: CVE-2023-38704.
We recommend upgrading immediately to at least v1.4.2.

Build Changes

  • remove windows-specific test, add macos to matrix

v1.4.0

08 Aug 17:20
Compare
Choose a tag to compare

Warning
This version of the library contains a known security vulnerability: CVE-2023-38704.
We recommend upgrading immediately to at least v1.4.2.

Features

  • add Node.js v20 support (#28)