Socket
Socket
Sign inDemoInstall

wifi-name

Package Overview
Dependencies
1
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wifi-name

Get current wifi name


Version published
Maintainers
2
Install size
659 kB
Created

Readme

Source

wifi-name Build Status

Get current wifi name

Install

$ npm install --save wifi-name

Usage

var wifiname = require('wifi-name');

wifiname(function (err, name) {
	console.log(name);
	//=> wu-tang lan
});

CLI

$ npm install --global wifi-name
$ wifi-name --help

  Usage
    $ wifi-name
    wu-tang lan

License

MIT © Kevin Mårtensson

Keywords

FAQs

Last updated on 11 Apr 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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