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
Looks like there is one lingering use of util.isArray() whereas Array.isArray() is appropriately used elsewhere. This would amount to a cleanup task to stop triggering the warning (and avoid issues w/ future nodejs versions.)
(node:29436) [DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
The text was updated successfully, but these errors were encountered:
Looks like there is one lingering use of
util.isArray()
whereasArray.isArray()
is appropriately used elsewhere. This would amount to a cleanup task to stop triggering the warning (and avoid issues w/ future nodejs versions.)node-net-snmp/index.js
Line 4726 in 3dfcf82
The error:
The text was updated successfully, but these errors were encountered: