Created
June 23, 2015 18:18
-
-
Save ChALkeR/002f48117377add191c7 to your computer and use it in GitHub Desktop.
IPv4/IPv6 usage (partial)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0/3ds-0.2.0.tgz/index.js:77: if(info.family == 'IPv4' && info.internal == false) { | |
| a/actionhero-11.2.2.tgz/initializers/utils.js:236: if(details.family === 'IPv4' && details.address !== '127.0.0.1'){ | |
| a/air-compiler-1.0.4.tgz/lib/compiler.js:479: if (details.family == 'IPv4' && details.address != "127.0.0.1") | |
| a/acs-1.0.24.tgz/lib/util.js:394: if (details.family === 'IPv4' && dev.substring(0, 2) !== 'lo') { | |
| a/attester-2.2.2.tgz/lib/test-server/test-server.js:212: if (address.family == 'IPv6' && hostname == '::') { | |
| a/attester-2.2.2.tgz/lib/test-server/test-server.js:214: } else if (address.family == 'IPv4' && hostname == '0.0.0.0') { | |
| a/appium-support-1.1.0.tgz/lib/util.js:74: return (val.family === 'IPv4' && val.internal === false); | |
| a/ahoy-1.0.1.tgz/lib/index.js:51: if (details.family === 'IPv4' && details.internal === false) { | |
| a/atool-0.0.1.tgz/template/server.js:230: if (ip === '' && details.family === 'IPv4' && !details.internal) { | |
| a/azk-core-0.1.25.tgz/lib/src/utils/net.js:210: return ip.family == "IPv4"; | |
| a/atimer-0.1.4.tgz/api/lib/lanip.js:8: if (address.family === 'IPv4' && !address.internal) { | |
| a/airplay-js-0.2.15.tgz/airplay/ip.js:15: if (ip === defultAddress && details.family === 'IPv4') { | |
| a/adafruit-pi-finder-2.2.1.tgz/finder.js:53: if(ifc[i].family == 'IPv4') { | |
| a/auto-generate-0.0.7.tgz/doc/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| b/bittorrent-dht-3.2.0.tgz/client.js:53: if (face.family === 'IPv4') LOCAL_HOSTS[4].push(face.address) | |
| b/bittorrent-dht-3.2.0.tgz/client.js:54: if (face.family === 'IPv6') LOCAL_HOSTS[6].push(face.address) | |
| b/brackets-0.5.8.tgz/brackets-dist/extensions/default/JavaScriptCodeHints/thirdparty/tern/plugin/node.js:1478: "!doc": "Returns the bound address, the address family name and port of the socket as reported by the operating system. Returns an object with three properties, e.g. { port: 12346, family: 'IPv4', address: '127.0.0.1' }" | |
| b/brackets-0.5.8.tgz/brackets-dist/extensions/default/JavaScriptCodeHints/thirdparty/tern/plugin/node.js:2124: "!doc": "Returns the bound address, the address family name and port of the underlying socket as reported by the operating system. Returns an object with three properties, e.g. { port: 12346, family: 'IPv4', address: '127.0.0.1' }" | |
| b/brackets-0.5.8.tgz/brackets-srv/extensions/default/StaticServer/node/StaticServerDomain.js:402: description: "hostname (stored in 'address' parameter), port, and socket type (stored in 'family' parameter) for the server. Currently, 'family' will always be 'IPv4'." | |
| b/bottom_line-0.0.4.tgz/doc/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| b/brackets-git-0.0.1.tgz/thirdparty/URI.js:1642: } else if (this.is('IPv6') && IPv6) { | |
| b/bittorrent-tracker-4.4.3.tgz/server.js:254: var udp = (rinfo.family === 'IPv4') ? self.udp4 : self.udp6 | |
| c/collection-cache-3.2.0.tgz/docs/cache-collection/1.0.0/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| c/collection-cache-3.2.0.tgz/docs/collection-cache/3.0.0/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| c/collection-cache-3.2.0.tgz/docs/collection-cache/2.0.0/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| c/collection-cache-3.2.0.tgz/docs/collection-cache/3.1.0/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| c/collection-cache-3.2.0.tgz/docs/collection-cache/3.2.0/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| c/collection-cache-3.2.0.tgz/docs/collection-cache/1.0.0/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| c/collection-cache-3.2.0.tgz/docs/collection-cache/1.1.0/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| c/chrome-net-2.4.3.tgz/index.js:288: * properties, e.g. { port: 12346, family: 'IPv4', address: '127.0.0.1' } | |
| c/chrome-net-2.4.3.tgz/index.js:297: family: 'IPv4' | |
| c/chrome-net-2.4.3.tgz/index.js:772: * properties, e.g. { port: 12346, family: 'IPv4', address: '127.0.0.1' } | |
| c/chrome-net-2.4.3.tgz/index.js:781: family: 'IPv4' | |
| c/connection_manager-0.0.45.tgz/connection_manager.js:45: if (address.family == 'IPv4' && !address.internal) | |
| c/coap-0.10.2.tgz/test/ipv6.js:6:describe('IPv6', function() { | |
| c/crawler-slave-engine-1.0.0.tgz/libs/Util.js:19: if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal) | |
| c/chrome-dgram-2.1.2.tgz/index.js:176: family: 'IPv4', | |
| c/chrome-dgram-2.1.2.tgz/index.js:285: family: 'IPv4' | |
| c/cnd-1.0.1.tgz/lib/BITSNPIECES.js:756: if (description['family'] === 'IPv4' && !description['internal']) { | |
| c/cool5-1.0.4.tgz/src/udpm.js:28: if(info.family === 'IPv4' && info.internal === false && info.address !== '127.0.0.1') { | |
| c/ci-node-query-2.1.0.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| c/cluster_message-0.0.3.tgz/index.js:15:// if ('IPv4' !== iface.family || iface.internal !== false) { | |
| c/createjs-tweenjs-0.6.0.tgz/tests/tasks/listips.js:46: if (address.family == 'IPv4' && !address.internal) { | |
| c/ctool-0.0.5.tgz/template/server.js:255: if (ip === '' && details.family === 'IPv4' && !details.internal) { | |
| c/catjsrunner-0.3.7.tgz/src/serverStarter.js:19: if (details.family == 'IPv4') { | |
| c/cinebeam-0.0.6.tgz/lib/cinebeam.js:33: if (address.family == 'IPv4' && !address.internal) { | |
| d/dalekjs-early-0.0.11.tgz/lib/dalek/host.js:505: if (details.family === 'IPv4') { | |
| d/dial-a-device-node-0.0.158.tgz/beaglebonechip.js:41: if (address.family == "IPv4" && !address.internal) { | |
| d/dynomite-0.6.4.tgz/guid.js:27: if (details.family=='IPv4' && details.address != '127.0.0.1') { | |
| d/daily-0.5.2.tgz/test/simple/server-address.js:12: t.equal(addr.family, 'IPv4'); | |
| d/daily-0.5.2.tgz/test/simple/server-listen.js:16: family: 'IPv4', | |
| d/daily-0.5.2.tgz/test/simple/server-listen.js:31: family: 'IPv4', | |
| d/daily-0.5.2.tgz/test/simple/server-listen.js:46: family: 'IPv4', | |
| d/daily-0.5.2.tgz/test/simple/server-listen.js:60: family: 'IPv4', | |
| d/daily-0.5.2.tgz/test/simple/server-listen.js:74: family: 'IPv4', | |
| d/daily-0.5.2.tgz/test/simple/server-listen.js:88: family: 'IPv4', | |
| d/daily-0.5.2.tgz/test/simple/server-new-optional.js:15: family: 'IPv4', | |
| d/devkit-2.1.1.tgz/src/util/ip.js:12: if (item.family == 'IPv4' && !item.internal) { | |
| d/dev-ip-1.0.1.tgz/lib/dev-ip.js:26: if (address.internal === false && address.family === "IPv4") { | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-multiple.js:5: family: 'IPv6', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-multiple.js:10: family: 'IPv4', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-multiple.js:15: family: 'IPv6', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-multiple.js:22: family: 'IPv6', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-multiple.js:26: family: 'IPv4', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-multiple.js:31: family: 'IPv4', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-none.js:5: family: 'IPv6', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-none.js:10: family: 'IPv4', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-none.js:15: family: 'IPv6', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-single.js:5: family: 'IPv6', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-single.js:10: family: 'IPv4', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-single.js:15: family: 'IPv6', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-single.js:22: family: 'IPv6', | |
| d/dev-ip-1.0.1.tgz/test/fixtures/resp-single.js:26: family: 'IPv4', | |
| d/daedalus-0.5.0.tgz/src/consul.js:13:var address = _.where( addresses, { family: 'IPv4' } )[ 0 ].address; | |
| d/dashboard_server-0.0.125.tgz/util/dashboard_queue_utils.js:117: if (address.family === 'IPv4' && !address.internal) { | |
| d/dwyl-0.1.6.tgz/api/lib/lanip.js:8: if (address.family === 'IPv4' && !address.internal) { | |
| d/djh-utils-0.3.2.tgz/lib/getNetworkIp.js:21: if (address.family === 'IPv4' && !address.internal) { | |
| d/dnspod-ddns-0.2.3.tgz/lib/dnsUpdater.js:142: if (ip.family === 'IPv4' && ip.address !== '127.0.0.1') { | |
| d/dgram-emitter-0.3.0.tgz/test.js:32: family: 'IPv4', | |
| d/date-utils-1.2.17.tgz/doc/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| d/dj-webdriver-2.45.1.tgz/net/index.js:39: var family = opt_family || 'IPv4'; | |
| d/dj-webdriver-2.45.1.tgz/net/index.js:65: * @param {string=} opt_family The IP family to retrieve. Defaults to "IPv4". | |
| d/dj-webdriver-2.45.1.tgz/net/index.js:75: * @param {string=} opt_family The IP family to retrieve. Defaults to "IPv4". | |
| e/edpx-mobile-1.0.0.tgz/lib/util/ip.js:15: if (ip === defultAddress && details.family === 'IPv4') { | |
| e/edp-webserver-1.2.1.tgz/lib/util/ip.js:13: if (ip === defultAddress && details.family === 'IPv4') { | |
| e/edp-test-1.0.10.tgz/lib/util.js:23: if (ip === defultAddress && details.family === 'IPv4') { | |
| e/edp-test-1.0.10.tgz/test/lib/util.spec.js:17: if (ip === details.address && details.family === 'IPv4') { | |
| e/ee-webserver-0.3.24.tgz/lib/Server.js:94: , isIPv4 = iface.family === "IPv4" | |
| e/ee-webserver-0.3.24.tgz/lib/Server.js:95: , isIPv6 = iface.family === "IPv6" | |
| e/enet-0.2.6.tgz/src/library_node_sockets.js:100: self["emit"]("message",buff,{"address":info["address"],"port":info["port"],"size":info["data"]["byteLength"],"family":"IPv4"}); | |
| f/foxtrot-0.0.1.tgz/lib/Router.js:207: if(details.family=='IPv4') addresses.push(details.address); | |
| f/futoin-executor-0.8.0.tgz/SourceAddress.js:20: type = "IPv4"; | |
| f/futoin-executor-0.8.0.tgz/SourceAddress.js:24: type = "IPv6"; | |
| f/futoin-executor-0.8.0.tgz/SourceAddress.js:63: else if ( this.type === "IPv6" ) | |
| f/faster-3.4.6.tgz/lib/lanip.js:8: if (address.family === 'IPv4' && !address.internal) { | |
| f/fone-0.0.5.tgz/lib/app/server.js:30: if (details.family == 'IPv4' && !details.internal) { | |
| f/fpm-1.4.3.tgz/lib/commands/server.js:23: if(address[i].family=='IPv4'){ | |
| f/fd-server-0.3.24.tgz/lib/server/routes/index.js:28: if (details.family == 'IPv4') { | |
| g/grunt-niagara-0.1.20.tgz/lib/getIpAddresses.js:26: if (addr.family === 'IPv4' && !addr.internal) { | |
| g/generator-red-django-0.6.0.tgz/app/templates/grunt/tasks/django.js:14: if (item.family === 'IPv4' && item.address !== '127.0.0.1' && !item.internal) { | |
| g/gulp-easy-server-0.0.3.tgz/server.js:182: if (!ipData.internal && ipData.family == "IPv4") { | |
| g/gigecamera-simulator-0.0.1.tgz/lib/main.js:48: if ( (ifaces[name][i].internal===false) && (ifaces[name][i].family==='IPv4') ){ | |
| g/gigecamera-simulator-0.0.1.tgz/lib/main.js:252: if ( (ifaces[name][i].internal===false) && (ifaces[name][i].family==='IPv4') ){ | |
| g/gracelog-0.5.0.tgz/lib/ip.js:12: if (detail.family === 'IPv4') { | |
| g/game-broken-phone-1.0.8.tgz/getOwnIp.js:14: return network.family === 'IPv4' && lookup.test(network.address); | |
| g/get-telehash-0.2.2.tgz/lib/iputil.js:18: if (details.family === 'IPv4') { | |
| g/gastona-0.9.11.tgz/lib/utils/get-local-ip.js:12: if ('IPv4' !== iface.family || iface.internal !== false) { | |
| g/governor-agent-1.4.0.tgz/lib/net.js:27: return item.family === 'IPv4' && !item.internal; | |
| g/get-local-ip-0.1.0.tgz/index.js:19: if (details.family === 'IPv4' && details.internal === false) { | |
| h/hangry-0.0.1.tgz/lib/hangry.js:16: return (val.family == 'IPv4' && val.internal == false) | |
| h/harvester-0.0.5.tgz/lib/utilities.js:16: if (address.family === 'IPv4' && !address.internal) { | |
| h/httpserver-0.2.0.tgz/httpserver.js:109: if (int.family === 'IPv4') { | |
| h/html-document-0.4.0.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| h/http-parser-js-0.3.0.tgz/tests/common.js:60: return info.family === 'IPv6'; | |
| i/impress-0.1.267.tgz/lib/api.impress.js:18: if (protocol.family === 'IPv4') api.impress.localIPs.push(protocol.address); | |
| i/inview-0.0.5.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| i/ip2-1.1.1.tgz/lib/info.js:18: if (details.family == 'IPv4') { | |
| i/iotdb-arp-0.0.4.tgz/lib/ips.js:13: } else if (ni.family !== "IPv4") { | |
| i/iotdb-arp-0.0.4.tgz/lib/browser.js:118: if (details.family != 'IPv4') { | |
| i/ipcalc-4.1.0.tgz/ipcalc.js:267: if (address.family === 'IPv4' && !address.internal) { | |
| i/internal-ip-1.0.1.tgz/index.js:10: if (!el2.internal && el2.family === 'IPv4') { | |
| i/iotdb-0.6.9.tgz/helpers.js:416: if (details.family != 'IPv4') { | |
| i/ionic-app-lib-0.0.22.tgz/lib/serve.js:827: if (details && details.family == 'IPv4' && !details.internal && details.address) { | |
| i/iisexpress-proxy-1.0.1.tgz/index.js:31: return item.family == 'IPv4' && !item.internal; | |
| j/jssip-0.6.26.tgz/lib/Grammar.js:3669: data.host_type = 'IPv6'; | |
| j/jssip-0.6.26.tgz/lib/Grammar.js:5273: data.host_type = 'IPv6'; | |
| j/jssip-0.6.26.tgz/lib/Grammar.js:5431: data.host_type = 'IPv4'; | |
| j/jssip-0.6.26.tgz/test/test-parser.js:168: test.strictEqual(via.host_type, 'IPv6'); | |
| j/jssip-0.6.26.tgz/test/test-parser.js:241: test.strictEqual(parsed.host_type, 'IPv4'); | |
| j/jssip-0.6.26.tgz/test/test-parser.js:245: test.strictEqual(parsed.host_type, 'IPv6'); | |
| k/knowhow-agent-0.0.15.tgz/routes/agent-control.js:26: var ip = _.chain(os.networkInterfaces()).flatten().filter(function(val){ return (val.family == 'IPv4' && val.internal == false); }).pluck('address').first().value(); | |
| l/ljve-ide-1.4.0-2.tgz/srv/extensions/default/StaticServer/node/StaticServerDomain.js:402: description: "hostname (stored in 'address' parameter), port, and socket type (stored in 'family' parameter) for the server. Currently, 'family' will always be 'IPv4'." | |
| l/lettuce-0.2.4.tgz/learning/melonJS/tasks/jsdoc-template/template/static/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| l/lister-1.0.0.tgz/npm/lib/config/defaults.js:319: return addr.family === "IPv4" | |
| l/lyria-0.3.0-alpha4.tgz/doc/api/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| l/lp-live-reload-0.1.0.tgz/server.js:157: return network.family === 'IPv4' && !network.internal; | |
| l/light-framework-0.0.8.tgz/lib/helper.js:129: if (address.family === "IPv4" && !address.internal) { | |
| l/lettersorter-0.0.6.tgz/lib/classes/Master.js:232: if ('IPv4' !== iface.family || iface.internal !== false) { | |
| l/logproxy-0.0.7.tgz/index.js:55: if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal) | |
| m/mcap-generator-ionic-0.14.1.tgz/templates/app/helloworld/lib/uri.js/URI.js:1648: } else if (this.is('IPv6') && IPv6) { | |
| m/mcap-generator-ionic-0.14.1.tgz/templates/app/mcaplogin/lib/uri.js/URI.js:1648: } else if (this.is('IPv6') && IPv6) { | |
| m/mcap-generator-ionic-0.14.1.tgz/templates/app/helloservice/lib/uri.js/URI.js:1648: } else if (this.is('IPv6') && IPv6) { | |
| m/microbe-3.0.5.tgz/modules/utils.js:7: if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal){ | |
| m/macfromip-1.1.1.tgz/macfromip.js:46: if ('IPv4' !== iface.family) { | |
| m/multifetch-1.1.0.tgz/source/http.js:14:var FAMILY = 'IPv4'; | |
| m/mtcpjson-0.0.13.tgz/cConnection.js:12: var uIPVersion = {"IPv4": 4, "IPv6": 6}[oSocket.remoteFamily]; | |
| m/mobilerunner-0.3.7.tgz/src/serverStarter.js:19: if (details.family == 'IPv4') { | |
| m/moonshine-0.2.0.tgz/extensions/debug/server/AppConnection.js:64: if (device[j].family == 'IPv4') { | |
| m/memeplayer-1.1.1.tgz/template/static/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| m/mona-parser-0.8.2.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| m/mdns-recorder-0.2.4.tgz/mdns-recorder.js:24: if (details.family === 'IPv4' && details.internal === false) { | |
| m/mdns-recorder-0.2.4.tgz/mdns-recorder.js:27: if (details.family === 'IPv6' && details.internal === false) { | |
| m/moviepi-1.1.42.tgz/lib/movieFirebase.js:194: if ('IPv4' !== iface.family || iface.internal !== false) { | |
| m/mazehall-proxy-0.2.0.tgz/lib/client.js:45: if (address.family === 'IPv4' && !address.internal) { | |
| m/mmeddle-0.1.2.tgz/api/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| m/monaca-lib-1.0.4.tgz/src/localkit.js:207: if (address && address.family === 'IPv4' && !address.internal) { | |
| m/monaca-lib-1.0.4.tgz/src/localkit/broadcastAddresses.js:29: if (!iface.internal && iface.family === 'IPv4') { | |
| m/mcap-serve-0.1.1.tgz/example/TestApp/client/lib/uri.js/URI.js:1648: } else if (this.is('IPv6') && IPv6) { | |
| n/node-red-contrib-zibase-0.1.6.tgz/zibase.js:145: if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal) | |
| n/naivebayesclassifier-0.2.0.tgz/docs/NaiveBayesClassifier/0.1.0/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| n/naivebayesclassifier-0.2.0.tgz/docs/NaiveBayesClassifier/0.2.0/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| n/naivebayesclassifier-0.2.0.tgz/docs/NaiveBayesClassifier/0.1.1/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| n/node-ide-1.4.0-1.tgz/srv/extensions/default/StaticServer/node/StaticServerDomain.js:402: description: "hostname (stored in 'address' parameter), port, and socket type (stored in 'family' parameter) for the server. Currently, 'family' will always be 'IPv4'." | |
| n/node-pm-0.10.6.tgz/docs/template/static/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| n/node-pm-0.10.6.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| n/node-localip-0.1.3.tgz/main.js:52: if ( intface.family === "IPv4" && !intface.internal ) { | |
| n/network-0.1.3.tgz/lib/linux.js:81: if (type.family == 'IPv4') { | |
| n/network-0.1.3.tgz/lib/win32.js:74: if (type.family == 'IPv4') { | |
| n/network-0.1.3.tgz/lib/darwin.js:92: if (type.family == 'IPv4') { | |
| n/npmconf-2.1.2.tgz/config-defs.js:334: return addr.family === "IPv4" | |
| n/node-ip-0.1.2.tgz/main.js:24: if ( intface.family === "IPv4" && !intface.internal ) { | |
| n/network-diagnostics-0.4.1.tgz/diagnostics.js:27: if (interfaces[interfaceSet][interface].family == "IPv4") { | |
| n/network-diagnostics-0.4.1.tgz/diagnostics.js:30: if (interfaces[interfaceSet][interface].family == "IPv6") { | |
| n/npm-2.11.0.tgz/lib/config/defaults.js:331: return addr.family === 'IPv4' | |
| n/nolimitid-crawler-slave-engine-2.5.4.tgz/libs/Util.js:19: if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal) | |
| n/net-chrome-apps-0.0.2.tgz/net.js:848: 'IPv6' : 'IPv4', | |
| n/net-chrome-apps-0.0.2.tgz/net.js:854: 'IPv6' : 'IPv4', | |
| n/net-chrome-apps-0.0.2.tgz/net.js:939: 'IPv6' : 'IPv4', | |
| n/nwk-1.2.0.tgz/lib/config/confDefs.js:13: return addr.family === "IPv4" | |
| n/netface-0.0.5.tgz/index.js:13: netType.family == 'IPv4' && | |
| n/network-address-1.0.0.tgz/index.js:8: if (!face.internal && face.family === 'IPv4') return face.address | |
| n/network-address-1.0.0.tgz/index.js:19: if (!face.internal && face.family === 'IPv6') return face.address | |
| n/nat-upnp-0.2.11.tgz/lib/nat-upnp/ssdp.js:91: socket = dgram.createSocket(interface.family === 'IPv4' ? | |
| n/norma-proxy-0.1.0.tgz/lib/getLocalIps.js:18: if (addressInfo.family == "IPv6") { | |
| n/nnpm-0.0.0.tgz/lib/config/defaults.js:319: return addr.family === "IPv4" | |
| n/nanoscope-2.1.6.tgz/out/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| n/npm-for-cnpm-2.6.0.tgz/lib/config/defaults.js:330: return addr.family === "IPv4" | |
| n/nscale-target-ip-0.1.1.tgz/target-ip.js:24: if (details.family === 'IPv4' && !details.internal) { | |
| n/naver-npm-3.0.3.tgz/lib/config/defaults.js:331: return addr.family === 'IPv4' | |
| n/node-muse-0.1.0.tgz/src/server/muse.class.js:47: | family = 'IPv4' | |
| n/non-private-ip-1.2.1.tgz/test/index.js:6: family: 'IPv4', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:9: family: 'IPv6', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:13: family: 'IPv4', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:16: family: 'IPv6', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:19: family: 'IPv6', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:25: family: 'IPv4', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:28: family: 'IPv6', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:32: family: 'IPv4', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:35: family: 'IPv6', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:38: family: 'IPv6', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:42: family: 'IPv4', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:45: family: 'IPv6', | |
| n/non-private-ip-1.2.1.tgz/test/index.js:48: family: 'IPv6', | |
| n/non-private-ip-1.2.1.tgz/index.js:31: return e.family === 'IPv4' && isNonPrivate(addr) | |
| n/non-private-ip-1.2.1.tgz/index.js:35: return e.family === 'IPv6' && isNonPrivate(addr) | |
| o/orgy-2.0.4.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| o/omegapm-0.0.5.tgz/lib/config/defaults.js:330: return addr.family === "IPv4" | |
| o/openautomation-0.0.1.tgz/app.js:397: if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal) | |
| o/otrtalk-0.4.2.tgz/lib/upnp/nat-upnp/ssdp.js:101: var socket = dgram.createSocket(interface.family === 'IPv4' ? | |
| o/owind-0.1.6.tgz/lib/owinCoap.js:62: * rsinfo: { address: '127.0.0.1', family: 'IPv4', port: 62800, size: 18 } | |
| o/onvif-0.3.0.tgz/experiments/badVideoProfile1.js:25: { address: { type: 'IPv4', IPv4Address: '0.0.0.0' }, | |
| o/omega-logger-0.6.0.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| p/pg-structure-1.11.1.tgz/doc/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| p/paypal-rest-sdk-1.5.3.tgz/gh-pages/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| p/proxy-tunnel-0.1.1.tgz/harchive.js:16: if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.interface ) { | |
| p/p-cli-0.1.1.tgz/commands/network.js:23: if (!el2.internal && el2.family === 'IPv4') { | |
| p/port-status-0.0.1.tgz/index.js:81: result = 'IPv6'; | |
| p/port-status-0.0.1.tgz/index.js:84: result = 'IPv4'; | |
| p/pomelo-oz-1001.1.4-patch.12.tgz/lib/util/utils.js:318: if (details.family === 'IPv4') { | |
| p/polo-0.8.1.tgz/repository.js:57: return item.family === 'IPv4' && !item.internal; | |
| p/phaser-2.3.0.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| p/peer-ssdp-0.0.3.tgz/lib/peer-ssdp.js:139: if (intr.family == 'IPv4' && !intr.internal) { | |
| p/peer-ssdp-0.0.3.tgz/lib/peer-ssdp.js:151: if (intr.family == 'IPv4' && !intr.internal) { | |
| p/peer-upnp-0.0.2.tgz/lib/peer-upnp.js:953: if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal) | |
| p/pow-mdns-0.2.1.tgz/index.js:65: if (details.family == 'IPv4') { | |
| p/pmp-0.5.0.tgz/lib/upnp.js:36: if ('IPv4' !== iface.family || iface.internal !== false) { | |
| p/particle-cli-1.5.11.tgz/lib/utilities.js:462: if ((addy.family != "IPv4") || (addy.address == "127.0.0.1")) { | |
| p/pas-cordova-0.1.1.tgz/tasks/configure.js:73: if (i.family === 'IPv4' && i.internal === false) { | |
| p/pas-cordova-0.1.1.tgz/tasks/serve.js:38: // if (i.family === 'IPv4' && i.internal === false) { | |
| p/puer-1.1.0.tgz/lib/index.js:77: if (details.family === 'IPv4' && details.address !== '127.0.0.1') { | |
| p/pi-ip-2.1.0.tgz/lib/interfaces.js:16: if (address.family === 'IPv4' && !address.internal) { | |
| p/pog-core-0.4.4.tgz/config/environment/development.js:13: if (address.family === 'IPv4' && !address.internal) { | |
| q/qtdatastream-0.4.0.tgz/doc/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| q/qin-0.0.10.tgz/bin/command.js:90: if (ip === '' && details.family === 'IPv4' && !details.internal) { | |
| r/restify-3.0.3.tgz/lib/server.js:282: str += addr.family === 'IPv6' ? | |
| r/ringpop-9.8.8.tgz/scripts/tick-cluster.js:358: if (addrs[i].family === 'IPv4') { | |
| r/remotelogcatserver-0.0.3.tgz/remotelogcatserver.js:20: if ('IPv4' !== networkInterface.family || networkInterface.internal !== false) { | |
| r/reso-api-server-0.1.44.tgz/index.js:782: if (alias.family === 'IPv4' && alias.address !== '127.0.0.1' && !alias.internal) { | |
| r/react-native-udp-0.0.6.tgz/UdpSocket.ios.js:111: family: 'IPv4', // not necessarily | |
| r/react-native-udp-0.0.6.tgz/UdpSocket.ios.js:196: family: 'IPv4' | |
| r/remote-ppt-0.0.4.tgz/index.js:44: if (address.family === 'IPv4' && !address.internal) { | |
| r/route.io-sonos-0.1.1.tgz/sonos.js:19: if (ifaces[dev][i].family == 'IPv4' && | |
| r/raw-socket2-1.2.5.tgz/index.js:16: 1: "IPv4", | |
| r/raw-socket2-1.2.5.tgz/index.js:17: 2: "IPv6" | |
| r/react-webpack-livereload-1.0.0.tgz/gulpfile.js:21: if (ifaces[k][m].internal === false && ifaces[k][m].family === 'IPv4' | |
| r/rethinkdbdash-2.0.11.tgz/lib/connection.js:37: var family = 'IPv4'; | |
| r/rethinkdbdash-2.0.11.tgz/lib/connection.js:39: family = 'IPv6'; | |
| r/raw-socket-ng-1.3.0.tgz/index.js:16: 1: "IPv4", | |
| r/raw-socket-ng-1.3.0.tgz/index.js:17: 2: "IPv6" | |
| s/springbokjs-router-3.5.0.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| s/scape-0.2.1.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| s/springbokjs-models-0.5.0.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| s/sip.js-0.7.0.tgz/test/spec/SpecGrammar.js:171: viaHas('host_type', 'IPv6'); | |
| s/selenium-webdriver-2.45.1.tgz/net/index.js:39: var family = opt_family || 'IPv4'; | |
| s/selenium-webdriver-2.45.1.tgz/net/index.js:65: * @param {string=} opt_family The IP family to retrieve. Defaults to "IPv4". | |
| s/selenium-webdriver-2.45.1.tgz/net/index.js:75: * @param {string=} opt_family The IP family to retrieve. Defaults to "IPv4". | |
| s/springbokjs-common-0.5.1.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| s/simple-http-share-0.1.4.tgz/http.js:41: if (details.family === 'IPv4') { | |
| s/simple-http-share-0.1.4.tgz/http.js:59: if (details.family === 'IPv4') { | |
| s/scrapercommon-0.1.5.tgz/lib/iputils.js:8: if(ifaces[key][i].family === 'IPv4' && ifaces[key][i].internal === false) { | |
| s/springbokjs-dom-components-0.5.7.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| s/springbokjs-utils-2.0.1.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| s/simple-peer-5.9.1.tgz/index.js:141: return { port: self.localPort, family: 'IPv4', address: self.localAddress } | |
| s/simple-peer-5.9.1.tgz/index.js:382: self.remoteFamily = 'IPv4' | |
| s/stukko-1.6.8.tgz/lib/utils/diag.js:22: family = family || 'IPv4'; | |
| s/springbokjs-db-0.2.3.tgz/docs/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| s/spark-cli-1.4.2.tgz/lib/utilities.js:462: if ((addy.family != "IPv4") || (addy.address == "127.0.0.1")) { | |
| s/smtp-server-1.4.0.tgz/lib/smtp-server.js:234: address.family === 'IPv4' ? address.address : '[' + address.address + ']', | |
| s/syslogd-1.1.2.tgz/performance/index.js:7: , family: 'IPv4' | |
| s/syslogd-1.1.2.tgz/test/index.js:18: , family: 'IPv4' | |
| s/sequelize-pg-generator-0.4.3.tgz/doc/scripts/URI.js:1132: } else if (this.is('IPv6') && IPv6) { | |
| s/smiley-0.2.2.tgz/lib/index.js:32: if (i.family === 'IPv4' && i.internal === false) { | |
| t/tarifa-0.9.7.tgz/actions/watch/index.js:128: ipv4Filter = function (addr) { return addr.family === 'IPv4'; }, | |
| t/tishadow-2.8.2.tgz/cli/support/config.js:146: ipOfNtworkInterface = _.find(ifaces[config.networkInterface],function(ip){ return ip.family=='IPv4';}); | |
| t/tishadow-2.8.2.tgz/plugin/yy.tishadow/1.0/hooks/shadow.js:97: family : 'IPv4', | |
| t/tishadow-2.8.2.tgz/server/app.js:74: if (i.family === "IPv4" && !i.internal) { | |
| t/telehash-udp4-0.0.14.tgz/index.js:73: if(details.family != 'IPv4') return; | |
| t/telehash-udp4-0.0.14.tgz/index.js:127: if(details.family != 'IPv4') return; | |
| t/tellki-agent-0.2.3.tgz/lib/agent.client.js:80: if (details.family == 'IPv4' && !details.internal) { | |
| u/ucoin-0.11.10.tgz/app/lib/wizard.js:337: var filtered = _(addresses).where({family: 'IPv4'}); | |
| u/ucoin-0.11.10.tgz/app/lib/wizard.js:361: var filtered = _(addresses).where({family: 'IPv6'}); | |
| u/ucoin-0.11.10.tgz/app/lib/wizard.js:392: var filtered = _(addresses).where({family: 'IPv4'}); | |
| u/upnpserver-2.1.0.tgz/api.js:308: if (address.family === 'IPv6') { | |
| u/upnp-get-account-0.1.2.tgz/lib/ssdp.js:155: var socket = dgram.createSocket(interface.family === 'IPv4' ? | |
| v/videocast-1.2.1.tgz/lib/local-ip.js:13: if (address.family !== "IPv4") { | |
| v/vmerlin-1.0.13.tgz/lib/dispatch/flusher.js:241: if (addr.family !== 'IPv4') { | |
| v/venus-2.3.9.tgz/lib/constants.js:36: family: 'IPv4', | |
| v/venus-2.3.9.tgz/lib/constants.js:42: return !item.internal && item.family === 'IPv4'; | |
| v/venus-2.3.9.tgz/test/unit/node/constants.spec.js:14: expect(networkInterface.family).to.be('IPv4'); | |
| v/validator.js-1.1.2.tgz/tests/tests.js:647: it( 'IPv4', function () { | |
| v/validator.js-1.1.2.tgz/tests/tests.js:652: expect( validate( '292.168.1.201', assert ).show() ).to.eql( { assert: 'IPv4', value: '292.168.1.201' } ); | |
| v/validator.js-1.1.2.tgz/src/extras.js:54: this.__class__ = 'IPv4'; | |
| w/weinre-tap-0.0.4.tgz/index.js:49: if (interface.family === 'IPv6') { | |
| w/webtorrent-0.48.2.tgz/index.js:255: return { address: '0.0.0.0', family: 'IPv4', port: self.torrentPort } | |
| x/xpl-api-1.1.0.tgz/lib/xpl-api.js:42: var family = (this._configuration.socketType == "udp6") ? "IPv6" : "IPv4"; | |
| x/xway-1.1.7.tgz/main.js:80: if ('IPv4' !== iface.family || iface.internal !== false) { | |
| x/xy-dashboard-0.1.52.tgz/cli/main.js:80: if ('IPv4' !== iface.family || iface.internal !== false) { | |
| y/yapm-2.4.2.tgz/lib/config/defaults.js:337: return addr.family === "IPv4" | |
| y/yod-mock-0.3.0.tgz/dist.js:1194:}, {"rules":[["string",[],[[]]]],"names":["Ipv6","IPv6","IPV6"]})); | |
| z/zaggino.brackets-git-0.14.27.tgz/thirdparty/URI.js:1642: } else if (this.is('IPv6') && IPv6) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment