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

ntop

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ntop - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

cli.js

@@ -57,6 +57,6 @@ #! /usr/bin/env node

try {
cmd('cat $(npm -g root)"/ntop/commands"', (resp) => {
cmd('cat "' + __dirname + '/commands"', (resp) => {
console.log('Run commands', resp)
})
cmd('cat $(npm -g root)"/ntop/commands" | { while read l ; do sleep 2; echo $l; done } | NTOP=$(npm -g root)"/ntop" node inspect -p ' + process.argv[3], (resp) => {
cmd('cat "' + __dirname + '/commands" | { while read l ; do sleep 2; echo $l; done } | NTOP="' + __dirname + '" node inspect -p ' + process.argv[3], (resp) => {
console.log(resp)

@@ -63,0 +63,0 @@ if (resp.includes('ntop-enabled')) console.log(`The process is now ready for profiling! Run "ntop ${process.argv[3]}"`)

{
"name": "ntop",
"version": "0.0.8",
"version": "0.0.9",
"description": "Node CLI runtime profiler - easily debug unexpected high CPU usage",

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

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