node-oom-heapdump 3.3.0 → 3.3.1
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/build/binding.sln +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
|
1
|
+
18-06-2024 Paul Rütter
|
2
|
+
- 3.3.1
|
3
|
+
- Upgrade dependencies due to https://security.snyk.io/vuln/SNYK-JS-WS-7266574
|
4
|
+
|
5
|
+
10-06-2024 Paul Rütter
|
2
6
|
- 3.3.0
|
3
7
|
- Add prebuilt binaries for Alpine, https://github.com/blueconic/node-oom-heapdump/pull/16
|
4
8
|
|
package/build/binding.sln
CHANGED
@@ -4,14 +4,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "node_oom_heapdump_native",
|
|
4
4
|
EndProject
|
5
5
|
Global
|
6
6
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
7
|
-
Debug|x64 = Debug|x64
|
8
7
|
Release|x64 = Release|x64
|
8
|
+
Debug|x64 = Debug|x64
|
9
9
|
EndGlobalSection
|
10
10
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
11
|
-
{B44BD8E7-8AB3-68F6-9D96-154D16CEC9C0}.Debug|x64.ActiveCfg = Debug|x64
|
12
|
-
{B44BD8E7-8AB3-68F6-9D96-154D16CEC9C0}.Debug|x64.Build.0 = Debug|x64
|
13
11
|
{B44BD8E7-8AB3-68F6-9D96-154D16CEC9C0}.Release|x64.ActiveCfg = Release|x64
|
14
12
|
{B44BD8E7-8AB3-68F6-9D96-154D16CEC9C0}.Release|x64.Build.0 = Release|x64
|
13
|
+
{B44BD8E7-8AB3-68F6-9D96-154D16CEC9C0}.Debug|x64.ActiveCfg = Debug|x64
|
14
|
+
{B44BD8E7-8AB3-68F6-9D96-154D16CEC9C0}.Debug|x64.Build.0 = Debug|x64
|
15
15
|
EndGlobalSection
|
16
16
|
GlobalSection(SolutionProperties) = preSolution
|
17
17
|
HideSolutionNode = FALSE
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "node-oom-heapdump",
|
3
|
-
"version": "3.3.
|
3
|
+
"version": "3.3.1",
|
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,8 +44,8 @@
|
|
44
44
|
"@mapbox/node-pre-gyp": "^1.0.11",
|
45
45
|
"bindings": "^1.5.0",
|
46
46
|
"chrome-remote-interface": "^0.33.0",
|
47
|
-
"nan": "^2.
|
47
|
+
"nan": "^2.20.0",
|
48
48
|
"require-main-filename": "^2.0.0",
|
49
|
-
"ws": "^8.
|
49
|
+
"ws": "^8.17.1"
|
50
50
|
}
|
51
51
|
}
|