Socket
Socket
Sign inDemoInstall

vtop

Package Overview
Dependencies
80
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.6 to 0.5.7

2

bin/vtop.js

@@ -5,3 +5,3 @@ #!/bin/sh

':' //; exec "$(command -v nodejs || command -v node)" "$0" "$@"
'use strict'
require('../app.js');
{
"name": "vtop",
"version": "0.5.6",
"version": "0.5.7",
"description": "Wow such top. So stats",

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

"safe-eval": "^0.3.0",
"sudo": "1.0.3"
"sudo": "1.0.3",
"use-strict": "^1.0.1"
}
}

@@ -7,2 +7,3 @@ 'use strict'

*/
'use strict'

@@ -9,0 +10,0 @@ const os = require('os-utils')

@@ -6,6 +6,7 @@ /**

*/
'use strict'
var os = require('os-utils')
var _os = require('os')
var child = require('child_process')
const os = require('os-utils')
const _os = require('os')
const child = require('child_process')

@@ -12,0 +13,0 @@ const plugin = {

@@ -7,5 +7,6 @@ /**

*/
'use strict'
var os = require('os')
var childProcess = require('child_process')
const os = require('os')
const childProcess = require('child_process')

@@ -12,0 +13,0 @@ const plugin = {

Sorry, the diff of this file is not supported yet

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