Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

network-address

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

network-address - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -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

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