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

why-is-node-running

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

why-is-node-running - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

cli.js

@@ -9,3 +9,2 @@ #!/usr/bin/env node

console.log('probing program', prog)
console.log('kill -SIGUSR1', process.pid, 'for logging')

@@ -17,2 +16,4 @@ var nodeArgs = [

var nodeOpts = { stdio: 'inherit' }
spawn('node', nodeArgs.concat(prog), nodeOpts)
var child = spawn('node', nodeArgs.concat(prog), nodeOpts)
console.log('kill -SIGUSR1', child.pid, 'for logging')

2

include.js
var why = require('./')
process.on('SIGUSR1', why)
process.on('SIGUSR1', function() { why() })
{
"name": "why-is-node-running",
"version": "2.0.1",
"version": "2.0.2",
"description": "Node is running but you don't know why? why-is-node-running is here to help you.",

@@ -5,0 +5,0 @@ "main": "index.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