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

node-oom-heapdump

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-oom-heapdump - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

6

CHANGELOG.md

@@ -1,2 +0,6 @@

27-10-2023 Paul Rütter
25-04-2024 Paul Rütter
- 3.2.2
- Release to update dependencies
27-10-2023 Paul Rütter
- 3.2.0

@@ -3,0 +7,0 @@ - https://github.com/blueconic/node-oom-heapdump/issues/31: Node20 support

8

package.json
{
"name": "node-oom-heapdump",
"version": "3.2.1",
"version": "3.2.2",
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",

@@ -22,3 +22,3 @@ "main": "index.js",

"engines": {
"node": ">=7.0.0"
"node": ">=10.0.0"
},

@@ -47,6 +47,6 @@ "keywords": [

"chrome-remote-interface": "^0.33.0",
"nan": "^2.18.0",
"nan": "^2.19.0",
"require-main-filename": "^2.0.0",
"ws": "^8.14.2"
"ws": "^8.16.0"
}
}

@@ -8,3 +8,3 @@ [![Build status](https://github.com/blueconic/node-oom-heapdump/actions/workflows/publish-native-assets-to-github-releases.yml/badge.svg)](https://github.com/blueconic/node-oom-heapdump/actions/workflows/publish-native-assets-to-github-releases.yml)

Tested on Node.js 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x and 18.x.
Tested on Node.js 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x and 20.x.
No support for Node.js < 10.x at the moment in version 3.0.0, use version 2.2.0 for if needed.

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

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