network-address
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -7,3 +7,3 @@ var os = require('os') | ||
var face = interfaces[i][j] | ||
if (!face.internal && face.family === family) return face.address | ||
if (!face.internal && face.family === family && face.scopeid === 0) return face.address | ||
} | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "network-address", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "test": "standard && tape test.js" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4238