node-oom-heapdump
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -1,2 +0,6 @@ | ||
10-06-2024 Paul Rütter | ||
18-06-2024 Paul Rütter | ||
- 3.3.1 | ||
- Upgrade dependencies due to https://security.snyk.io/vuln/SNYK-JS-WS-7266574 | ||
10-06-2024 Paul Rütter | ||
- 3.3.0 | ||
@@ -3,0 +7,0 @@ - Add prebuilt binaries for Alpine, https://github.com/blueconic/node-oom-heapdump/pull/16 |
{ | ||
"name": "node-oom-heapdump", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.", | ||
@@ -47,6 +47,6 @@ "main": "index.js", | ||
"chrome-remote-interface": "^0.33.0", | ||
"nan": "^2.19.0", | ||
"nan": "^2.20.0", | ||
"require-main-filename": "^2.0.0", | ||
"ws": "^8.16.0" | ||
"ws": "^8.17.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
51221
Updatednan@^2.20.0
Updatedws@^8.17.1