Socket
Socket
Sign inDemoInstall

vtop

Package Overview
Dependencies
9
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

4

app.js

@@ -178,2 +178,6 @@ /**

if (! charts[chartKey].plugin.initialized) {
return false;
}
var dataPointsToKeep = 5000;

@@ -180,0 +184,0 @@

2

package.json
{
"name": "vtop",
"version": "0.5.1",
"version": "0.5.2",
"description": "Wow such top. So stats",

@@ -5,0 +5,0 @@ "homepage": "http://parall.ax/vtop",

@@ -25,2 +25,4 @@ /**

initialized: false,
currentValue: 0,

@@ -33,2 +35,3 @@ /**

plugin.currentValue = (Math.floor(v * 100));
plugin.initialized = true;
});

@@ -35,0 +38,0 @@ }

@@ -25,2 +25,5 @@ /**

initialized: false,
currentValue: 0,

@@ -32,2 +35,3 @@ /**

plugin.currentValue = (100 - Math.floor(os.freememPercentage() * 100));
plugin.initialized = true;
}

@@ -34,0 +38,0 @@ };

@@ -31,2 +31,4 @@ /**

initialized: false,
sort: 'cpu',

@@ -117,2 +119,4 @@

plugin.currentValue = statsArray;
plugin.initialized = true;
});

@@ -119,0 +123,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