Version 3.0.1 contains a potential risk with the default export, which sometimes conflicts in the webpack bundling, turning into a module rather than a function, making it not callable, and failing swager-fluent HTTP requests.
Version 5.0.0 introduces name exports, avoiding the risk mentioned above.
Overview
Upgrading the
is-plain-object
package to^5.0.0
.Motivation
Version 3.0.1 contains a potential risk with the default export, which sometimes conflicts in the webpack bundling, turning into a module rather than a function, making it not callable, and failing
swager-fluent
HTTP requests.Version 5.0.0 introduces name exports, avoiding the risk mentioned above.