Installations
npm install libvirt
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>=0.10.0
Node Version
7.2.1
NPM Version
3.10.9
Score
73.7
Supply Chain
96.4
Quality
77.2
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
C++ (73.15%)
JavaScript (26.33%)
Python (0.34%)
Makefile (0.18%)
Developer
Download Statistics
Total Downloads
16,324
Last Day
1
Last Week
5
Last Month
43
Last Year
1,008
GitHub Statistics
178 Stars
429 Commits
52 Forks
19 Watching
7 Branches
17 Contributors
Bundle Size
81.79 kB
Minified
23.20 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.2.1
Package Id
libvirt@1.2.1
Size
75.80 kB
NPM Version
3.10.9
Node Version
7.2.1
Total Downloads
Cumulative downloads
Total Downloads
16,324
Last day
0%
1
Compared to previous day
Last week
-77.3%
5
Compared to previous week
Last month
-49.4%
43
Compared to previous month
Last year
25.1%
1,008
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
node-libvirt - The virtualization API bindings for NodeJS
![Gitter](https://badges.gitter.im/Join Chat.svg)
Libvirt is a toolkit to interact with virtualization capabilities of recent versions of GNU/Linux (and other OSes). (reference: Libvirt)
Node-Libvirt is a set of bindings to Libvirt API, which allows to use it from Javascript.
Virtualization Technologies Supported
- The Xen hypervisor on Linux and Solaris hosts.
- QEMU emulator
- KVM Linux hypervisor
- LXC Linux container system
- OpenVZ Linux container system
- User Mode Linux paravirtualized kernel
- VirtualBox hypervisor
- VMware ESX and GSX hypervisors
- IBM Power Hypervisor
Capabilities
- Management of virtual machines, virtual networks and storage
- Remote management using TLS encryption and x509 certificates
- Remote management authenticating with Kerberos and SASL
- Local access control using PolicyKit
- Zero-conf discovery using Avahi multicast-DNS
- Support for storage on IDE/SCSI/USB disks, FibreChannel, LVM, iSCSI, NFS and filesystems
Installation
You must have NodeJS and Libvirt already installed to be able to build node-libvirt.
Get and Install node-libvirt
$ sudo apt-get install libvirt-dev
$ git clone git://github.com/hooklift/node-libvirt.git
$ cd node-libvirt
$ npm install OR ( node-gyp configure && node-gyp build )
Example of use
For now please take a look at the tests.
API
Work in progress at docs page
License
(The MIT License)
Copyright 2016 node-libvirt Authors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 3/23 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 13 are checked with a SAST tool
Score
2.7
/10
Last Scanned on 2025-01-06
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More