Socket
Socket
Sign inDemoInstall

@clinic/heap-profiler

Package Overview
Dependencies
245
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 4.0.0

15

package.json
{
"name": "@clinic/heap-profiler",
"version": "3.2.0",
"engines": {
"node": ">= 12.13.0"
},
"version": "4.0.0",
"description": "Programmable interface to Clinic.js Heap Profiler",

@@ -38,3 +35,3 @@ "repository": "https://github.com/clinicjs/node-clinic-heap-profiler",

"d3-selection": "^1.3.2",
"fs-extra": "^9.0.1",
"fs-extra": "^10.0.1",
"lodash.debounce": "^4.0.8",

@@ -50,9 +47,9 @@ "on-net-listen": "1.1.2",

"chokidar": "^3.4.2",
"fastify": "^3.7.0",
"ioredis": "^4.17.3",
"fastify": "^4.0.0",
"ioredis": "^5.0.1",
"open": "^8.4.0",
"snazzy": "^8.0.0",
"standard": "^16.0.4",
"tap": "^15.0.10"
"standard": "^17.0.0",
"tap": "^16.0.0"
}
}

2

README.md

@@ -18,3 +18,3 @@ # Clinic.js Heap Profiler

- Node.js 10 and above
- Node.js 14 and above

@@ -21,0 +21,0 @@ ## Example

@@ -33,3 +33,3 @@ const link = require('@clinic/clinic-common/base/link.js')

<h4>A hot function</h4>
<p>This is a "hot" function - a lot of memorty was allocated by this function. The brighter the colour on the exposed top of a block, the "hotter" it is compared to the rest of the profile.</p>
<p>This is a "hot" function - a lot of memory was allocated by this function. The brighter the colour on the exposed top of a block, the "hotter" it is compared to the rest of the profile.</p>
<p>This might signify a problem: for example it might be a memory leak, or that is called very many times by functions below it.</p>

@@ -88,3 +88,3 @@ </div>`

<p>Advanced options can also be accessed here.</p>
<p>For more infomation and detailed walkthroughs, see:</p> ${docs.outerHTML}
<p>For more information and detailed walkthroughs, see:</p> ${docs.outerHTML}
</div>`

@@ -91,0 +91,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc