Skip to content

Releases: nodejs/import-in-the-middle

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)

v1.3.5

08 Aug 17:21
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

  • disable loader on node 20 (#27)

v1.3.4

08 Aug 17:22
57376bf
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.

Bug Fixes

  • allow importing of json files via import assert (#25)

v1.3.3

08 Aug 17:23
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.

Bug Fixes

  • Fix node 16.15 and 16.16 (#23)

v1.3.2

08 Aug 17:24
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.

Bug Fixes

  • fix module interception on windows (#22)