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.2 to 0.0.3

5

cli.js

@@ -1,7 +0,6 @@

#!/usr/bin/env node
#! /usr/bin/env node
const { convertToMergedFlameGraph } = require('./flame.js')
const { exec } = require('child_process')
const ipc = require('node-ipc').default
ipc.config.id = 'nodeprof'
ipc.config.id = 'ntop'
ipc.config.retry = 1500

@@ -8,0 +7,0 @@ ipc.config.silent = true

2

package.json
{
"name": "ntop",
"version": "0.0.2",
"version": "0.0.3",
"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