You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix Type Error when null is passed to deepKeys (#26)
* fix: resolve "TypeError: Cannot convert undefined or null to object"
Initially reported in https://github.com/mrodrig/json-2-csv/issues/222
This issue appears when a `null` value is passed for key enumeration because technically `null` is an object, but doesn't have keys. This commit fixes the issue by adding a null check to prevent the type error.
* chore(deps): npm audit fix
* chore(rel): 2.6.0