New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-macaddress

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-macaddress - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -57,3 +57,3 @@ var os = require('os');

var alleged = [ 'eth0', 'eth1', 'en0', 'en1' ];
iface = ifaces[Object.keys(ifaces)[0]];
iface = Object.keys(ifaces)[0];
for (var i = 0; i < alleged.length; i++) {

@@ -60,0 +60,0 @@ if (ifaces[alleged[i]]) {

{
"name": "node-macaddress",
"version": "0.1.2",
"version": "0.1.3",
"description": "Get the MAC addresses (hardware addresses) of the hosts network interfaces.",

@@ -5,0 +5,0 @@ "main": "index.js",

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