node-oom-heapdump 3.7.1 → 3.7.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +53 -8
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,63 +1,83 @@
1
- 03-07-2025 Paul Rütter
1
+ 19-11-2025 Paul Rütter
2
+
3
+ - 3.7.2
4
+ - Fix for https://github.com/blueconic/node-oom-heapdump/security/dependabot/14 by updating dependencies
5
+
6
+ 03-07-2025 Paul Rütter
7
+
2
8
  - 3.7.1
3
9
  - Fix for https://github.com/blueconic/node-oom-heapdump/security/dependabot/12 by updating dependencies
4
10
 
5
11
  04-06-2025 Paul Rütter
12
+
6
13
  - 3.7.0
7
14
  - Node 24 binaries
8
15
 
9
16
  12-05-2025 Paul Rütter
17
+
10
18
  - 3.6.0
11
19
  - Upgrade dependencies
12
20
 
13
21
  11-12-2024 Paul Rütter
22
+
14
23
  - 3.4.0
15
24
  - Upgrade dependencies due to https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
16
25
 
17
26
  18-06-2024 Paul Rütter
27
+
18
28
  - 3.3.1
19
29
  - Upgrade dependencies due to https://security.snyk.io/vuln/SNYK-JS-WS-7266574
20
30
 
21
31
  10-06-2024 Paul Rütter
32
+
22
33
  - 3.3.0
23
34
  - Add prebuilt binaries for Alpine, https://github.com/blueconic/node-oom-heapdump/pull/16
24
35
 
25
36
  16-05-2024 Paul Rütter
37
+
26
38
  - 3.2.3
27
39
  - Release to fix prebuilt binaries for node 22.x
28
40
 
29
41
  25-04-2024 Paul Rütter
42
+
30
43
  - 3.2.2
31
44
  - Release to update dependencies
32
45
 
33
46
  27-10-2023 Paul Rütter
47
+
34
48
  - 3.2.0
35
49
  - https://github.com/blueconic/node-oom-heapdump/issues/31: Node20 support
36
50
  - Change native code to use different method signature for Node20 and above, remain compatible for Node18 and below.
37
51
 
38
52
  26-10-2023 Paul Rütter
53
+
39
54
  - 3.1.0
40
55
  - https://github.com/blueconic/node-oom-heapdump/issues/28: only build prebuilt binaries for > 16.x, as Github Actions no longer supports older versions.
41
56
 
42
57
  19-10-2023 Paul Rütter
58
+
43
59
  - 3.0.4
44
60
  - Update dependencies
45
61
 
46
62
  04-08-2023 Paul Rütter
63
+
47
64
  - 3.0.3
48
65
  - Prefer IPv4 (https://github.com/blueconic/node-oom-heapdump/pull/29)
49
66
  - Update dependencies
50
67
 
51
68
  24-07-2022 Paul Rütter
69
+
52
70
  - 3.0.2
53
71
  - Add Node18, as it's LTS now
54
72
  - Upgrade dependencies
55
73
 
56
74
  10-02-2022 Paul Rütter
75
+
57
76
  - 3.0.1
58
77
  - Fixed building native artifacts on Windows, thanks spmiller! https://github.com/blueconic/node-oom-heapdump/issues/22
59
78
 
60
79
  10-02-2022 Paul Rütter
80
+
61
81
  - 3.0.0
62
82
  - Added Node 16 support (by merging https://github.com/blueconic/node-oom-heapdump/pull/20, Thanks Simon Abbott!).
63
83
  This fixes a recursion issue.
@@ -65,98 +85,123 @@
65
85
  - Updated `node-pre-gyp` to `@mapbox/node-pre-gyp` so security issues are mitigated
66
86
 
67
87
  12-10-2020 Paul Rütter
88
+
68
89
  - 2.1.0
69
90
  - Added Node 14 support
70
91
 
71
- 12-10-2020 Paul Rütter
92
+ 12-10-2020 Paul Rütter
93
+
72
94
  - 2.0.2
73
95
  - Fix latest published version, was replaced with beta.
74
96
 
75
- 02-08-2020 Paul Rütter
97
+ 02-08-2020 Paul Rütter
98
+
76
99
  - 2.0.1
77
100
  - Fixed prebuilt binaries path.
78
101
 
79
- 20-07-2020 Paul Rütter
102
+ 20-07-2020 Paul Rütter
103
+
80
104
  - 2.0
81
105
  - Added prebuilt binaries again, in a new major version. To "solve" https://github.com/blueconic/node-oom-heapdump/issues/13.
82
106
 
83
- 20-07-2020 Paul Rütter
107
+ 20-07-2020 Paul Rütter
108
+
84
109
  - 1.3.1
85
110
  - Revert prebuilt binaries, since it's a breaking change.
86
111
 
87
112
  24-06-2020 Stuart Miller / Paul Rütter
113
+
88
114
  - 1.3.0
89
115
  - Stuart Miller added support for having prebuilt binaries for all supported Node.js versions.
90
116
 
91
117
  16-10-2019 Paul Rütter
118
+
92
119
  - 1.2.0
93
120
  - Node 12 support.
94
121
  - Still some deprecated API's are used, which should be avoided.
95
- See https://github.com/joyeecheung/node/blob/v8-maybe-doc/CPP_STYLE_GUIDE.md#use-maybe-version-of-v8-apis
122
+ See https://github.com/joyeecheung/node/blob/v8-maybe-doc/CPP_STYLE_GUIDE.md#use-maybe-version-of-v8-apis
96
123
  - Adjusted test script a bit, by removing some flags which seem to complicate nodejs 12 support.
97
124
 
98
125
  02-09-2019 Paul Rütter
126
+
99
127
  - 1.2.0-beta.0
100
128
  - Updated dependencies (nan update is needed for nodejs 12)
101
129
  - Add nodejs 12 to travis
102
130
  - Add experimental node 12 support. Still some deprecated API's are used, which should be avoided.
103
- See https://github.com/joyeecheung/node/blob/v8-maybe-doc/CPP_STYLE_GUIDE.md#use-maybe-version-of-v8-apis
131
+ See https://github.com/joyeecheung/node/blob/v8-maybe-doc/CPP_STYLE_GUIDE.md#use-maybe-version-of-v8-apis
104
132
 
105
133
  02-01-2019 Paul Rütter
134
+
106
135
  - 1.1.4
107
136
  - Updated dependencies
108
137
  - Add travis file to trigger a build. Just run a dummy script which does nothing; the default "npm install" will check if the native module compiles.
109
138
 
110
139
  09-06-2018 Paul Rütter
140
+
111
141
  - 1.1.3 - Updated dependencies, to mitigate security issues.
112
142
 
113
143
  02-20-2018 Paul Rütter
144
+
114
145
  - 1.1.2 - Fixed heapdump generation on Unix machines.
115
146
  - Added option to use the "old" implementation (GCmonitoring), as the new implementatuion is more prone to run in with the OoM killer when in memory restricted environments (like Docker). The old implementation was less impacted by this, because the "threshold" parameter can be used to create the heapdump earlier.
116
- You can specify which OoM implementation to use, either: "NATIVE_HOOK" (default) or "GC_MONITORING" (old implementation).
147
+ You can specify which OoM implementation to use, either: "NATIVE_HOOK" (default) or "GC_MONITORING" (old implementation).
117
148
 
118
149
  02-19-2018 Paul Rütter
150
+
119
151
  - 1.1.0 - Changed the way the "out of memory" heapdump is created, based on the work of 'trevnorris' (https://github.com/trevnorris/node-ofe/blob/master/ofe.cc). Using V8 engine isolate.SetOOMErrorHandler() to hook in on the out of memory event.
120
152
  - Updated readme and removed deprecated 'limit' and 'threshold' parameters.
121
153
  - Removed 'gc-stats' module, as we no longer need it with the native C++ add-on.
122
154
 
123
155
  02-13-2018 - Paul Rütter
156
+
124
157
  - 1.0.12 - Use 'require-main-filename' instead of require.main.filename, to resolve 'https://github.com/blueconic/node-oom-heapdump/issues/3'.
125
158
  - Upgrade dependencies
126
159
 
127
160
  11-21-2017 - Paul Rütter
161
+
128
162
  - 1.0.11 - Added port verification; when the module is loaded, the configured WebSocket port is verified. If the websocket responds with ECONNREFUSED, the process might have been started without the --inspect flag.
129
163
 
130
164
  11-17-2017 - Paul Rütter
165
+
131
166
  - 1.0.10 - Use gc-stats to calculate when to make a OoM heapdumo instead of process.memoryUsage() as this memory information (heapTotal) is growing over time, which is not expected.
132
167
  - Stringify gc-stats output, so it runs over only 1 line.
133
168
 
134
169
  06-10-2017 - Paul Rütter
170
+
135
171
  - 1.0.9 - Handle exit codes better and reject promise if so.
136
172
 
137
173
  05-10-2017 - Paul Rütter
174
+
138
175
  - 1.0.8 - Add CPU profile functionality.
139
176
 
140
177
  04-10-2017 - Paul Rütter
178
+
141
179
  - 1.0.7 - Add addTimestamp option.
142
180
 
143
181
  04-10-2017 - Paul Rütter
182
+
144
183
  - 1.0.6 - Add limit option.
145
184
 
146
185
  03-10-2017 - Paul Rütter
186
+
147
187
  - 1.0.5 - Change heap calculation.
148
188
 
149
189
  03-10-2017 - Paul Rütter
190
+
150
191
  - 1.0.4 - Add error handler in case the calling process is not running anymore. Also, block execution a while to allow heapdump to be created.
151
192
 
152
193
  01-10-2017 - Paul Rütter
194
+
153
195
  - 1.0.3 - Minor doc changes.
154
196
 
155
197
  01-10-2017 - Paul Rütter
198
+
156
199
  - 1.0.2 - Refactored code; split up API and implementation. Also added API for creating heapdumps on the fly. Documentation updated.
157
200
 
158
201
  29-09-2017 - Paul Rütter
202
+
159
203
  - 1.0.1 - minor changed
160
204
 
161
205
  29-09-2017 - Paul Rütter
206
+
162
207
  - 1.0.1 - initial version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-oom-heapdump",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
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": {
@@ -44,7 +44,7 @@
44
44
  "@mapbox/node-pre-gyp": "2.0.0",
45
45
  "bindings": "^1.5.0",
46
46
  "chrome-remote-interface": "^0.33.3",
47
- "nan": "^2.22.2",
47
+ "nan": "^2.23.1",
48
48
  "require-main-filename": "^2.0.0",
49
49
  "ws": "^8.18.3"
50
50
  }