node-oom-heapdump 3.7.1 → 3.7.3
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 +58 -8
- package/build/node_oom_heapdump_native.vcxproj +10 -10
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,63 +1,88 @@
|
|
|
1
|
-
|
|
1
|
+
19-01-2026 Paul Rütter
|
|
2
|
+
|
|
3
|
+
- 3.7.3
|
|
4
|
+
- Fix for https://github.com/blueconic/node-oom-heapdump/security/dependabot/17 by updating dependencies
|
|
5
|
+
|
|
6
|
+
19-11-2025 Paul Rütter
|
|
7
|
+
|
|
8
|
+
- 3.7.2
|
|
9
|
+
- Fix for https://github.com/blueconic/node-oom-heapdump/security/dependabot/14 by updating dependencies
|
|
10
|
+
|
|
11
|
+
03-07-2025 Paul Rütter
|
|
12
|
+
|
|
2
13
|
- 3.7.1
|
|
3
14
|
- Fix for https://github.com/blueconic/node-oom-heapdump/security/dependabot/12 by updating dependencies
|
|
4
15
|
|
|
5
16
|
04-06-2025 Paul Rütter
|
|
17
|
+
|
|
6
18
|
- 3.7.0
|
|
7
19
|
- Node 24 binaries
|
|
8
20
|
|
|
9
21
|
12-05-2025 Paul Rütter
|
|
22
|
+
|
|
10
23
|
- 3.6.0
|
|
11
24
|
- Upgrade dependencies
|
|
12
25
|
|
|
13
26
|
11-12-2024 Paul Rütter
|
|
27
|
+
|
|
14
28
|
- 3.4.0
|
|
15
29
|
- Upgrade dependencies due to https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
|
|
16
30
|
|
|
17
31
|
18-06-2024 Paul Rütter
|
|
32
|
+
|
|
18
33
|
- 3.3.1
|
|
19
34
|
- Upgrade dependencies due to https://security.snyk.io/vuln/SNYK-JS-WS-7266574
|
|
20
35
|
|
|
21
36
|
10-06-2024 Paul Rütter
|
|
37
|
+
|
|
22
38
|
- 3.3.0
|
|
23
39
|
- Add prebuilt binaries for Alpine, https://github.com/blueconic/node-oom-heapdump/pull/16
|
|
24
40
|
|
|
25
41
|
16-05-2024 Paul Rütter
|
|
42
|
+
|
|
26
43
|
- 3.2.3
|
|
27
44
|
- Release to fix prebuilt binaries for node 22.x
|
|
28
45
|
|
|
29
46
|
25-04-2024 Paul Rütter
|
|
47
|
+
|
|
30
48
|
- 3.2.2
|
|
31
49
|
- Release to update dependencies
|
|
32
50
|
|
|
33
51
|
27-10-2023 Paul Rütter
|
|
52
|
+
|
|
34
53
|
- 3.2.0
|
|
35
54
|
- https://github.com/blueconic/node-oom-heapdump/issues/31: Node20 support
|
|
36
55
|
- Change native code to use different method signature for Node20 and above, remain compatible for Node18 and below.
|
|
37
56
|
|
|
38
57
|
26-10-2023 Paul Rütter
|
|
58
|
+
|
|
39
59
|
- 3.1.0
|
|
40
60
|
- 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
61
|
|
|
42
62
|
19-10-2023 Paul Rütter
|
|
63
|
+
|
|
43
64
|
- 3.0.4
|
|
44
65
|
- Update dependencies
|
|
45
66
|
|
|
46
67
|
04-08-2023 Paul Rütter
|
|
68
|
+
|
|
47
69
|
- 3.0.3
|
|
48
70
|
- Prefer IPv4 (https://github.com/blueconic/node-oom-heapdump/pull/29)
|
|
49
71
|
- Update dependencies
|
|
50
72
|
|
|
51
73
|
24-07-2022 Paul Rütter
|
|
74
|
+
|
|
52
75
|
- 3.0.2
|
|
53
76
|
- Add Node18, as it's LTS now
|
|
54
77
|
- Upgrade dependencies
|
|
55
78
|
|
|
56
79
|
10-02-2022 Paul Rütter
|
|
80
|
+
|
|
57
81
|
- 3.0.1
|
|
58
82
|
- Fixed building native artifacts on Windows, thanks spmiller! https://github.com/blueconic/node-oom-heapdump/issues/22
|
|
59
83
|
|
|
60
84
|
10-02-2022 Paul Rütter
|
|
85
|
+
|
|
61
86
|
- 3.0.0
|
|
62
87
|
- Added Node 16 support (by merging https://github.com/blueconic/node-oom-heapdump/pull/20, Thanks Simon Abbott!).
|
|
63
88
|
This fixes a recursion issue.
|
|
@@ -65,98 +90,123 @@
|
|
|
65
90
|
- Updated `node-pre-gyp` to `@mapbox/node-pre-gyp` so security issues are mitigated
|
|
66
91
|
|
|
67
92
|
12-10-2020 Paul Rütter
|
|
93
|
+
|
|
68
94
|
- 2.1.0
|
|
69
95
|
- Added Node 14 support
|
|
70
96
|
|
|
71
|
-
12-10-2020
|
|
97
|
+
12-10-2020 Paul Rütter
|
|
98
|
+
|
|
72
99
|
- 2.0.2
|
|
73
100
|
- Fix latest published version, was replaced with beta.
|
|
74
101
|
|
|
75
|
-
02-08-2020
|
|
102
|
+
02-08-2020 Paul Rütter
|
|
103
|
+
|
|
76
104
|
- 2.0.1
|
|
77
105
|
- Fixed prebuilt binaries path.
|
|
78
106
|
|
|
79
|
-
20-07-2020
|
|
107
|
+
20-07-2020 Paul Rütter
|
|
108
|
+
|
|
80
109
|
- 2.0
|
|
81
110
|
- Added prebuilt binaries again, in a new major version. To "solve" https://github.com/blueconic/node-oom-heapdump/issues/13.
|
|
82
111
|
|
|
83
|
-
20-07-2020
|
|
112
|
+
20-07-2020 Paul Rütter
|
|
113
|
+
|
|
84
114
|
- 1.3.1
|
|
85
115
|
- Revert prebuilt binaries, since it's a breaking change.
|
|
86
116
|
|
|
87
117
|
24-06-2020 Stuart Miller / Paul Rütter
|
|
118
|
+
|
|
88
119
|
- 1.3.0
|
|
89
120
|
- Stuart Miller added support for having prebuilt binaries for all supported Node.js versions.
|
|
90
121
|
|
|
91
122
|
16-10-2019 Paul Rütter
|
|
123
|
+
|
|
92
124
|
- 1.2.0
|
|
93
125
|
- Node 12 support.
|
|
94
126
|
- 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
|
|
127
|
+
See https://github.com/joyeecheung/node/blob/v8-maybe-doc/CPP_STYLE_GUIDE.md#use-maybe-version-of-v8-apis
|
|
96
128
|
- Adjusted test script a bit, by removing some flags which seem to complicate nodejs 12 support.
|
|
97
129
|
|
|
98
130
|
02-09-2019 Paul Rütter
|
|
131
|
+
|
|
99
132
|
- 1.2.0-beta.0
|
|
100
133
|
- Updated dependencies (nan update is needed for nodejs 12)
|
|
101
134
|
- Add nodejs 12 to travis
|
|
102
135
|
- 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
|
|
136
|
+
See https://github.com/joyeecheung/node/blob/v8-maybe-doc/CPP_STYLE_GUIDE.md#use-maybe-version-of-v8-apis
|
|
104
137
|
|
|
105
138
|
02-01-2019 Paul Rütter
|
|
139
|
+
|
|
106
140
|
- 1.1.4
|
|
107
141
|
- Updated dependencies
|
|
108
142
|
- 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
143
|
|
|
110
144
|
09-06-2018 Paul Rütter
|
|
145
|
+
|
|
111
146
|
- 1.1.3 - Updated dependencies, to mitigate security issues.
|
|
112
147
|
|
|
113
148
|
02-20-2018 Paul Rütter
|
|
149
|
+
|
|
114
150
|
- 1.1.2 - Fixed heapdump generation on Unix machines.
|
|
115
151
|
- 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).
|
|
152
|
+
You can specify which OoM implementation to use, either: "NATIVE_HOOK" (default) or "GC_MONITORING" (old implementation).
|
|
117
153
|
|
|
118
154
|
02-19-2018 Paul Rütter
|
|
155
|
+
|
|
119
156
|
- 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
157
|
- Updated readme and removed deprecated 'limit' and 'threshold' parameters.
|
|
121
158
|
- Removed 'gc-stats' module, as we no longer need it with the native C++ add-on.
|
|
122
159
|
|
|
123
160
|
02-13-2018 - Paul Rütter
|
|
161
|
+
|
|
124
162
|
- 1.0.12 - Use 'require-main-filename' instead of require.main.filename, to resolve 'https://github.com/blueconic/node-oom-heapdump/issues/3'.
|
|
125
163
|
- Upgrade dependencies
|
|
126
164
|
|
|
127
165
|
11-21-2017 - Paul Rütter
|
|
166
|
+
|
|
128
167
|
- 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
168
|
|
|
130
169
|
11-17-2017 - Paul Rütter
|
|
170
|
+
|
|
131
171
|
- 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
172
|
- Stringify gc-stats output, so it runs over only 1 line.
|
|
133
173
|
|
|
134
174
|
06-10-2017 - Paul Rütter
|
|
175
|
+
|
|
135
176
|
- 1.0.9 - Handle exit codes better and reject promise if so.
|
|
136
177
|
|
|
137
178
|
05-10-2017 - Paul Rütter
|
|
179
|
+
|
|
138
180
|
- 1.0.8 - Add CPU profile functionality.
|
|
139
181
|
|
|
140
182
|
04-10-2017 - Paul Rütter
|
|
183
|
+
|
|
141
184
|
- 1.0.7 - Add addTimestamp option.
|
|
142
185
|
|
|
143
186
|
04-10-2017 - Paul Rütter
|
|
187
|
+
|
|
144
188
|
- 1.0.6 - Add limit option.
|
|
145
189
|
|
|
146
190
|
03-10-2017 - Paul Rütter
|
|
191
|
+
|
|
147
192
|
- 1.0.5 - Change heap calculation.
|
|
148
193
|
|
|
149
194
|
03-10-2017 - Paul Rütter
|
|
195
|
+
|
|
150
196
|
- 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
197
|
|
|
152
198
|
01-10-2017 - Paul Rütter
|
|
199
|
+
|
|
153
200
|
- 1.0.3 - Minor doc changes.
|
|
154
201
|
|
|
155
202
|
01-10-2017 - Paul Rütter
|
|
203
|
+
|
|
156
204
|
- 1.0.2 - Refactored code; split up API and implementation. Also added API for creating heapdumps on the fly. Documentation updated.
|
|
157
205
|
|
|
158
206
|
29-09-2017 - Paul Rütter
|
|
207
|
+
|
|
159
208
|
- 1.0.1 - minor changed
|
|
160
209
|
|
|
161
210
|
29-09-2017 - Paul Rütter
|
|
211
|
+
|
|
162
212
|
- 1.0.1 - initial version
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
</PropertyGroup>
|
|
49
49
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
50
50
|
<ClCompile>
|
|
51
|
-
<AdditionalIncludeDirectories>C:\Users\Paul\AppData\Local\node-gyp\Cache\22.
|
|
51
|
+
<AdditionalIncludeDirectories>C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\include\node;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\src;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\openssl\config;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\openssl\openssl\include;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\uv\include;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\zlib;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\v8\include;..\node_modules\nan;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
52
52
|
<AdditionalOptions>/Zc:__cplusplus -std:c++20 /Zm2000 %(AdditionalOptions)</AdditionalOptions>
|
|
53
53
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
54
54
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
<OmitFramePointers>false</OmitFramePointers>
|
|
61
61
|
<Optimization>Disabled</Optimization>
|
|
62
62
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
63
|
-
<PreprocessorDefinitions>NODE_GYP_MODULE_NAME=node_oom_heapdump_native;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;_GLIBCXX_USE_CXX11_ABI=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;NOMINMAX;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;BUILDING_NODE_EXTENSION;DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
63
|
+
<PreprocessorDefinitions>NODE_GYP_MODULE_NAME=node_oom_heapdump_native;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;_GLIBCXX_USE_CXX11_ABI=1;_FILE_OFFSET_BITS=64;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;NOMINMAX;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;BUILDING_NODE_EXTENSION;DEBUG;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
64
64
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
65
65
|
<StringPooling>true</StringPooling>
|
|
66
66
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<AdditionalOptions>/LTCG:INCREMENTAL %(AdditionalOptions)</AdditionalOptions>
|
|
73
73
|
</Lib>
|
|
74
74
|
<Link>
|
|
75
|
-
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"C:\\Users\\Paul\\AppData\\Local\\node-gyp\\Cache\\22.
|
|
75
|
+
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"C:\\Users\\Paul\\AppData\\Local\\node-gyp\\Cache\\22.18.0\\x64\\node.lib"</AdditionalDependencies>
|
|
76
76
|
<AdditionalOptions>/LTCG:INCREMENTAL %(AdditionalOptions)</AdditionalOptions>
|
|
77
77
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
78
78
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
<TargetMachine>MachineX64</TargetMachine>
|
|
84
84
|
</Link>
|
|
85
85
|
<ResourceCompile>
|
|
86
|
-
<AdditionalIncludeDirectories>C:\Users\Paul\AppData\Local\node-gyp\Cache\22.
|
|
87
|
-
<PreprocessorDefinitions>NODE_GYP_MODULE_NAME=node_oom_heapdump_native;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;_GLIBCXX_USE_CXX11_ABI=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;NOMINMAX;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;BUILDING_NODE_EXTENSION;DEBUG;_DEBUG;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
86
|
+
<AdditionalIncludeDirectories>C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\include\node;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\src;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\openssl\config;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\openssl\openssl\include;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\uv\include;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\zlib;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\v8\include;..\node_modules\nan;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
87
|
+
<PreprocessorDefinitions>NODE_GYP_MODULE_NAME=node_oom_heapdump_native;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;_GLIBCXX_USE_CXX11_ABI=1;_FILE_OFFSET_BITS=64;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;NOMINMAX;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;BUILDING_NODE_EXTENSION;DEBUG;_DEBUG;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
88
88
|
</ResourceCompile>
|
|
89
89
|
</ItemDefinitionGroup>
|
|
90
90
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
91
91
|
<ClCompile>
|
|
92
|
-
<AdditionalIncludeDirectories>C:\Users\Paul\AppData\Local\node-gyp\Cache\22.
|
|
92
|
+
<AdditionalIncludeDirectories>C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\include\node;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\src;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\openssl\config;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\openssl\openssl\include;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\uv\include;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\zlib;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\v8\include;..\node_modules\nan;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
93
93
|
<AdditionalOptions>/Zc:__cplusplus -std:c++20 /Zm2000 %(AdditionalOptions)</AdditionalOptions>
|
|
94
94
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|
95
95
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
<OmitFramePointers>true</OmitFramePointers>
|
|
104
104
|
<Optimization>Full</Optimization>
|
|
105
105
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
106
|
-
<PreprocessorDefinitions>NODE_GYP_MODULE_NAME=node_oom_heapdump_native;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;_GLIBCXX_USE_CXX11_ABI=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;NOMINMAX;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;BUILDING_NODE_EXTENSION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
106
|
+
<PreprocessorDefinitions>NODE_GYP_MODULE_NAME=node_oom_heapdump_native;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;_GLIBCXX_USE_CXX11_ABI=1;_FILE_OFFSET_BITS=64;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;NOMINMAX;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;BUILDING_NODE_EXTENSION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
107
107
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
108
108
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
109
109
|
<StringPooling>true</StringPooling>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<AdditionalOptions>/LTCG:INCREMENTAL %(AdditionalOptions)</AdditionalOptions>
|
|
117
117
|
</Lib>
|
|
118
118
|
<Link>
|
|
119
|
-
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"C:\\Users\\Paul\\AppData\\Local\\node-gyp\\Cache\\22.
|
|
119
|
+
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;DelayImp.lib;"C:\\Users\\Paul\\AppData\\Local\\node-gyp\\Cache\\22.18.0\\x64\\node.lib"</AdditionalDependencies>
|
|
120
120
|
<AdditionalOptions>/LTCG:INCREMENTAL %(AdditionalOptions)</AdditionalOptions>
|
|
121
121
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
122
122
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
<TargetMachine>MachineX64</TargetMachine>
|
|
128
128
|
</Link>
|
|
129
129
|
<ResourceCompile>
|
|
130
|
-
<AdditionalIncludeDirectories>C:\Users\Paul\AppData\Local\node-gyp\Cache\22.
|
|
131
|
-
<PreprocessorDefinitions>NODE_GYP_MODULE_NAME=node_oom_heapdump_native;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;_GLIBCXX_USE_CXX11_ABI=1;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;NOMINMAX;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;BUILDING_NODE_EXTENSION;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
130
|
+
<AdditionalIncludeDirectories>C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\include\node;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\src;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\openssl\config;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\openssl\openssl\include;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\uv\include;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\zlib;C:\Users\Paul\AppData\Local\node-gyp\Cache\22.18.0\deps\v8\include;..\node_modules\nan;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
131
|
+
<PreprocessorDefinitions>NODE_GYP_MODULE_NAME=node_oom_heapdump_native;USING_UV_SHARED=1;USING_V8_SHARED=1;V8_DEPRECATION_WARNINGS=1;_GLIBCXX_USE_CXX11_ABI=1;_FILE_OFFSET_BITS=64;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;NOMINMAX;OPENSSL_NO_PINSHARED;OPENSSL_THREADS;BUILDING_NODE_EXTENSION;%(PreprocessorDefinitions);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
132
132
|
</ResourceCompile>
|
|
133
133
|
</ItemDefinitionGroup>
|
|
134
134
|
<ItemGroup>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-oom-heapdump",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.3",
|
|
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": {
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"eslint-config-google": "^0.14.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@mapbox/node-pre-gyp": "2.0.
|
|
44
|
+
"@mapbox/node-pre-gyp": "2.0.3",
|
|
45
45
|
"bindings": "^1.5.0",
|
|
46
46
|
"chrome-remote-interface": "^0.33.3",
|
|
47
|
-
"nan": "^2.
|
|
47
|
+
"nan": "^2.24.0",
|
|
48
48
|
"require-main-filename": "^2.0.0",
|
|
49
|
-
"ws": "^8.
|
|
49
|
+
"ws": "^8.19.0"
|
|
50
50
|
}
|
|
51
51
|
}
|