Comparing version 2.3.0 to 2.3.1
@@ -57,3 +57,3 @@ 'use strict'; | ||
const gotOpts = { | ||
family: (version === 'v6') ? 6 : 4, | ||
family: version === 'v6' ? 6 : 4, | ||
retries: 0, | ||
@@ -60,0 +60,0 @@ timeout: opts.timeout |
{ | ||
"name": "public-ip", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Get your public IP address - very fast!", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
5321