Socket
Socket
Sign inDemoInstall

@nearform/heap-profiler

Package Overview
Dependencies
5
Maintainers
31
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

2

package.json
{
"name": "@nearform/heap-profiler",
"version": "0.8.0",
"version": "0.8.1",
"description": "Heap dump, sample profiler and allocation timeline generator for Node.",

@@ -5,0 +5,0 @@ "author": "NearForm Ltd",

@@ -41,2 +41,4 @@ # @nearform/heap-profiler

- `HEAP_PROFILER_PRELOADER_DISABLED`: If set to `true`, the preloader is not installed and you need to use the API to sample the process.
- `HEAP_PROFILER_SNAPSHOT`: If set to `false`, it will not generate heap dump snapshots.

@@ -43,0 +45,0 @@

@@ -8,3 +8,3 @@ 'use strict'

if (require.main === undefined) {
if (process.env.HEAP_PROFILER_PRELOADER_DISABLED !== 'true' && require.main === undefined) {
let logger = console

@@ -11,0 +11,0 @@

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