Severity
Low
Description
Package is CommonJS, but has a dependency which is type: "module". The two are likely incompatible.
Suggestion
The package needs to switch to dynamic import on the esmodule dependency, or convert to esm itself. Consumers may experience errors resulting from this incompatibility.
Packages with this issue