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
In our webpack.config.js we have a todo about the ip module:
// TODO: The following fallbacks are needed for ip module - replace this module with one better maintained
fallback: {
"browser": false,
"os": false,
"buffer": require.resolve("buffer"),
}
In src/components/networks/utils.js we use the ip module to validate various parts of IP address validity, netmask, broadcast address, format, etc.
A promising candidate is ipaddr.js, no external deps.
Alternative ip-address
The text was updated successfully, but these errors were encountered:
In our webpack.config.js we have a todo about the ip module:
In
src/components/networks/utils.js
we use the ip module to validate various parts of IP address validity, netmask, broadcast address, format, etc.A promising candidate is ipaddr.js, no external deps.
Alternative ip-address
The text was updated successfully, but these errors were encountered: