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

cleanheap

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cleanheap

A tool for scrubbing Weak retainer paths from a heap snapshot

  • 0.1.0
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

cleanheap

This project cleans weak retainer paths from heap snapshots of even the largest most gnarly dumps 💩

✨ Leaving Your Memory Leak Debugging

Demo of CLI Tool

Usage

To use:

npx cleanheap <input-file-path>

Optionally:

npx cleanheap <input-file-path> <output-file-path>

Contributing

To install dependencies:

bun install

To run:

bun run src/index.ts

To compile:

bun build src/index.ts --compile --outfile cleanheap

Credits

This project was created using bun init in bun v0.7.1. Bun is a fast all-in-one JavaScript runtime.

Inspired by dnachev/heapdump-cleanup I used to use but which couldn't handle larger heap snapshots.

Keywords

FAQs

Package last updated on 30 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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