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

macfromip

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

macfromip - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

62

package.json
{
"name": "macfromip",
"version": "1.0.0",
"description": "On given an IP Address, will attempt to identify that IP's MAC address.",
"author": "bcamarneiro <camarneirobruno@gmail.com>",
"contributors": [
{
"name": "Paul Cook"
},
{
"name" : "Sean Nessworthy",
"email" : "sean@nessworthy.me"
}
],
"main": "macfromip.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/bcamarneiro/macfromip.git"
},
"keywords": [
"MAC",
"IP",
"Address"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bcamarneiro/macfromip/issues"
},
"homepage": "https://github.com/bcamarneiro/macfromip"
"name": "macfromip",
"version": "1.0.1",
"description": "On given an IP Address, will attempt to identify that IP's MAC address.",
"author": "bcamarneiro <camarneirobruno@gmail.com>",
"contributors": [
{
"name": "Paul Cook"
},
{
"name": "Sean Nessworthy",
"email": "sean@nessworthy.me"
}
],
"main": "macfromip.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/bcamarneiro/macfromip.git"
},
"keywords": [
"MAC",
"IP",
"Address"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bcamarneiro/macfromip/issues"
},
"homepage": "https://github.com/bcamarneiro/macfromip"
}

@@ -12,5 +12,10 @@ macfromip

##Instalation
```
npm install macfromip
```
##Usage
```
var macfromip = require('./macfromip.js');
var macfromip = require('macfromip');

@@ -17,0 +22,0 @@ macfromip.getMac('192.168.2.169', function(data){

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