New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

connman-node-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connman-node-api

Connman (Opensource connection manager) client

latest
Source
npmnpm
Version
0.4.2
Version published
Maintainers
1
Created
Source

Connman-api

Node.js Connman (Opensource connection manager) client.
Forked from jsdx-connman.
Connman: http://www.connman.net/

Unmaintained

The project we used this in stopped, so we're looking for new maintainers.

Install

$npm install

Note on systems without X11

If no X server is running, the module fails when attempting to obtain a D-Bus connection at dbus._dbus.getBus(). This can be remedied by setting two environment variables manually (the actual bus address might be different):

process.env.DISPLAY = ':0';
process.env.DBUS_SESSION_BUS_ADDRESS = 'unix:path=/run/dbus/system_bus_socket';

Credits

Original module developed by Fred Chien <fred@mandice.com> @ Mandice Company.
Improved by Peter Uithoven @ Doodle3D

License

Licensed under the MIT License

Keywords

internet

FAQs

Package last updated on 21 Jul 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