Socket
Socket
Sign inDemoInstall

vtop

Package Overview
Dependencies
6
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

4

app.js

@@ -219,3 +219,3 @@ /**

var colText = ' ' + columns[column];
output += colText + stringRepeat(' ', columnLengths[columns[column]] - colText.length);
output += (colText + stringRepeat(' ', columnLengths[columns[column]] - colText.length));
}

@@ -228,3 +228,3 @@ output += '{/bold}' + "\n";

var colText = ' ' + currentRow[columns[column]];
output += colText + stringRepeat(' ', columnLengths[columns[column]] - colText.length);
output += (colText + stringRepeat(' ', columnLengths[columns[column]] - colText.length)).slice(0, columnLengths[columns[column]]);
}

@@ -231,0 +231,0 @@ output += "\n";

{
"name": "vtop",
"version": "0.1.3",
"version": "0.1.4",
"description": "Wow such top. So stats",

@@ -5,0 +5,0 @@ "main": "run.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc