VYPR

Import In The Middle

by Datadoghq

CVEs (1)

  • CVE-2023-38704HigAug 7, 2023
    risk 0.46cvss 8.1epss 0.01

    import-in-the-middle is a module loading interceptor specifically for ESM modules. The import-in-the-middle loader works by generating a wrapper module on the fly. The wrapper uses the module specifier to load the original module and add some wrapping code. Prior to version…