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

heapdump

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heapdump - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "heapdump",
"main": "./build/Release/heapdump",
"version": "0.0.3",
"version": "0.0.4",
"description": "Make a dump of the V8 heap for later inspection.",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/bnoordhuis/node-heapdump",

@@ -20,6 +20,6 @@ node-heapdump

The module does not export any properties. Now send the process a SIGUSR2
The module does not export any properties. Now send the node process a SIGUSR2
signal:
$ pkill -USR2 node
$ kill -USR2 <pid>

@@ -26,0 +26,0 @@ A heapdump-xxxx.xxxx.heapsnapshot is written to the application's current

Sorry, the diff of this file is not supported yet

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