Closed

Description
After updating to 1.4.0 (also tried 1.4.1 and 1.4.2) I get the following runtime error:
/workspaces/UWER/dist/backend/index.js:93
_passport.default.use(new _passportSaml.default.Strategy({
^
TypeError: Cannot read property 'Strategy' of undefined
at Object.<anonymous> (/workspaces/UWER/dist/backend/index.js:93:51)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47
You can view the code here.
Environment
- Node.js version: 14.13.1
- passport-saml version: 1.4.0, 1.4.1, 1.4.2
I don't usually develop in JS so my apologies in advance if this is my mistake.