node-oom-heapdump 3.0.3 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "node-oom-heapdump",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.4",
|
4
4
|
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -43,8 +43,8 @@
|
|
43
43
|
"@mapbox/node-pre-gyp": "^1.0.11",
|
44
44
|
"bindings": "^1.5.0",
|
45
45
|
"chrome-remote-interface": "^0.33.0",
|
46
|
-
"nan": "^2.
|
46
|
+
"nan": "^2.18.0",
|
47
47
|
"require-main-filename": "^2.0.0",
|
48
|
-
"ws": "^8.
|
48
|
+
"ws": "^8.14.2"
|
49
49
|
}
|
50
50
|
}
|