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.0 to 1.0.1

68

package.json
{
"name": "systeminformation",
"version": "1.0.0",
"description": "Simple system and OS information library",
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
"homepage": "https://github.com/sebhilderandt/systeminformation",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords" : [
"system information",
"sysinfo",
"os",
"linux",
"osx",
"cpu",
"memory",
"file system",
"network",
"processes",
"users",
"internet"
],
"repository": {
"type": "git",
"url": "https://github.com/sebhilderandt/systeminformation.git"
},
"dependencies": {
"request": "*"
},
"engines": {
"node": ">=0.10"
},
"engineStrict": true
"name": "systeminformation",
"version": "1.0.1",
"description": "Simple system and OS information library",
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
"homepage": "https://github.com/sebhilderandt/systeminformation",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"system information",
"sysinfo",
"os",
"linux",
"osx",
"cpu",
"memory",
"file system",
"network",
"processes",
"users",
"internet"
],
"repository": {
"type": "git",
"url": "https://github.com/sebhilderandt/systeminformation.git"
},
"dependencies": {
"request": "*"
},
"engines": {
"node": ">=0.10"
},
"engineStrict": true
}

@@ -114,3 +114,3 @@ # systeminformation

Remenber: All functions are implemented as asynchronous functions. So another example, how to use a specific function might be:
Remember: All functions are implemented as asynchronous functions! So another example, how to use a specific function might be:

@@ -117,0 +117,0 @@ ```

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