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

node-wifiscanner

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

node-wifiscanner - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

5

lib/airport.js

@@ -11,2 +11,4 @@ var exec = require('child_process').exec;

var colHt = lines[0].indexOf('HT');
var colSec = lines[0].indexOf('SECURITY');
var colCC = lines[0].indexOf('CC');

@@ -19,3 +21,4 @@ var wifis = [];

// 'channel' : lines[i].substr(colChannel, colHt - colChannel).trim(),
'signal_level' : lines[i].substr(colRssi, colChannel - colRssi).trim()
'signal_level' : lines[i].substr(colRssi, colChannel - colRssi).trim(),
'security' : lines[i].substr(colSec).trim()
});

@@ -22,0 +25,0 @@ }

2

package.json
{
"name" : "node-wifiscanner",
"version" : "0.1.0",
"version" : "0.2.0",
"description" : "Scan surrounding WiFi access points",

@@ -5,0 +5,0 @@ "author": "Maurice Svay <maurice@svay.com>",

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