Socket
Socket
Sign inDemoInstall

os-utils

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10 to 0.0.11

5

package.json
{
"name" : "os-utils",
"version" : "0.0.10",
"version" : "0.0.11",
"description" : "an operating-system utility library",

@@ -20,3 +20,4 @@ "url" : "http://oscar-mejia.com",

"monitor",
"stats"
"stats",
"harddrive"
],

@@ -23,0 +24,0 @@ "author" : {

8

README.md

@@ -19,7 +19,7 @@ os-utils

os.cpuUsage(function(v){
console.log( 'CPU Usage (%): ' + v );
});
os.cpuUsage(function(v){
console.log( 'CPU Usage (%): ' + v );
});
os.cpuFree(function(v){
os.cpuFree(function(v){

@@ -26,0 +26,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc