Socket
Socket
Sign inDemoInstall

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.1.7 to 0.1.8

2

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

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

@@ -63,4 +63,4 @@ /**

if (typeof words[0] !== 'undefined' && typeof words[1] !== 'undefined' ) {
var cpu = words[0];
var mem = words[1];
var cpu = words[0].replace(',', '.');
var mem = words[1].replace(',', '.');
var offset = cpu.length + mem.length + 2;

@@ -117,2 +117,2 @@ var comm = currentLine.slice(offset);

module.exports = exports = plugin;
module.exports = exports = plugin;
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