Socket
Socket
Sign inDemoInstall

systeminformation

Package Overview
Dependencies
Maintainers
1
Versions
653
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systeminformation - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

package.json
{
"name": "systeminformation",
"version": "1.0.4",
"version": "1.0.5",
"description": "Simple system and OS information library",
"license": "MIT",
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",

@@ -30,3 +31,3 @@ "homepage": "https://github.com/sebhilderandt/systeminformation",

"dependencies": {
"request": "*"
"request": "^2.61.0"
},

@@ -33,0 +34,0 @@ "engines": {

31

README.md
# systeminformation
Simple system and OS information library for node.js
Simple system and OS information library for [node.js][nodejs-url]
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![MIT license][license-img]][license-url]
[![deps status][daviddm-img]][daviddm-url]
## Using systeminformation
## Quick Start

@@ -130,2 +132,3 @@ ### Installation

| -------------- | -------------- | -------- |
| 1.0.5 | 2015-09-14 | updated dependencies |
| 1.0.4 | 2015-07-18 | updated docs |

@@ -148,5 +151,4 @@ | 1.0.3 | 2015-07-18 | bugfix cpu cores |

Sincerely,
Sebastian Hildebrandt
http://www.plus-innovations.com
Sebastian Hildebrandt, [+innovations](http://www.plus-innovations.com)

@@ -157,7 +159,7 @@ #### Credits

#### License
#### License [![MIT license][license-img]][license-url]
>The MIT License (MIT)
>The [`MIT`][license-url] License (MIT)
>
>Copyright (c) 2015 +innovations.
>Copyright &copy; 2015 Sebastian Hildebrandt, [+innovations](http://www.plus-innovations.com).
>

@@ -185,5 +187,14 @@ >Permission is hereby granted, free of charge, to any person obtaining a copy

[npm-image]: https://img.shields.io/npm/v/systeminformation.svg
[npm-image]: https://img.shields.io/npm/v/systeminformation.svg?style=flat-square
[npm-url]: https://npmjs.org/package/systeminformation
[downloads-image]: https://img.shields.io/npm/dm/systeminformation.svg
[downloads-url]: https://npmjs.org/package/systeminformation
[downloads-image]: https://img.shields.io/npm/dm/systeminformation.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/systeminformation
[license-url]: https://github.com/sebhildebrandt/systeminformation/blob/master/LICENSE
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[npmjs-license]: https://img.shields.io/npm/l/systeminformation.svg?style=flat-square
[nodejs-url]: https://nodejs.org/en/
[daviddm-url]: https://david-dm.org/sebhildebrandt/systeminformation
[daviddm-img]: https://img.shields.io/david/sebhildebrandt/systeminformation.svg?style=flat-square
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc