Socket
Socket
Sign inDemoInstall

wifi-cli-macos

Package Overview
Dependencies
48
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

5

index.js
#!/usr/bin/env node
const _ = require('lodash')
const airport = require('airport-wrapper')

@@ -65,3 +66,3 @@ const colors = require('colors')

const ssids = networks.sort(sortNetworks).map((network) => {
const ssids = _.uniqBy(networks, 'ssid').sort(sortNetworks).map((network) => {
switch (true) {

@@ -121,4 +122,4 @@ case (network.rssi.indexOf(' ') !== -1): return network.ssid.cyan // Hotspot?

if (process.argv.length === 2) process.argv.push('info')
if (process.argv.length === 2) process.argv.push('list')
program.parse(process.argv)

2

LICENSE.txt
MIT License
Copyright (c) 2018 Steve Lacey
Copyright (c) 2018-2021 Steve Lacey

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "wifi-cli-macos",
"version": "1.1.0",
"version": "1.2.0",
"description": "Wi-Fi CLI MacOS is a command line utility for managing network connections on MacOS",

@@ -17,3 +17,3 @@ "keywords": [

"name": "Steve Lacey",
"email": "steve@stevelacey.net",
"email": "steve@steve.ly",
"url": "https://steve.ly"

@@ -35,2 +35,3 @@ },

"colors": "^1.1.2",
"lodash": "^4.17.21",
"vorpal": "^1.12.0"

@@ -37,0 +38,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc