Socket
Socket
Sign inDemoInstall

dev-ip

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dev-ip - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

8

lib/dev-ip.js

@@ -28,5 +28,7 @@ #! /usr/bin/env node

_.each(networkInterfaces, function (_interface) {
match = _.findWhere(_interface, function (address) {
return address.internal === false && address.family === "IPv4";
});
if (!match) {
match = _.findWhere(_interface, function (address) {
return address.internal === false && address.family === "IPv4";
});
}
});

@@ -33,0 +35,0 @@

{
"name": "dev-ip",
"description": "The best project ever.",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/shakyshane/dev-ip",

@@ -6,0 +6,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc