Socket
Book a DemoInstallSign in
Socket

linux-batteries

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

linux-batteries

List batteries on Linux

latest
Source
npmnpm
Version
4.0.0
Version published
Weekly downloads
66
164%
Maintainers
1
Weekly downloads
 
Created
Source

linux-batteries Build Status

List batteries on Linux

Install

$ npm install --save linux-batteries

Usage

const linuxBatteries = require('linux-batteries');

linuxBatteries().then(batteries => {
	console.log(batteries);
	//=> ['BAT0']
});

License

MIT © Kevin Martensson

Keywords

array

FAQs

Package last updated on 22 May 2017

Did you know?

Socket

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