Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vtop

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vtop - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

4

app.js

@@ -420,3 +420,3 @@ /**

if (key.name == 'c') {
if (key.name == 'c' && charts[2].plugin.sort != 'cpu') {
charts[2].plugin.sort = 'cpu';

@@ -428,3 +428,3 @@ charts[2].plugin.poll();

}
if (key.name == 'm') {
if (key.name == 'm' && charts[2].plugin.sort != 'mem') {
charts[2].plugin.sort = 'mem';

@@ -431,0 +431,0 @@ charts[2].plugin.poll();

{
"name": "vtop",
"version": "0.4.3",
"version": "0.4.4",
"description": "Wow such top. So stats",

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

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