node-oom-heapdump
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -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 |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37524
17
Updatednan@^2.19.0
Updatedws@^8.16.0