Socket
Socket
Sign inDemoInstall

node-oom-heapdump

Package Overview
Dependencies
79
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

.github/workflows/publish-native-assets-to-github-releases.yml

5

CHANGELOG.md

@@ -1,2 +0,5 @@

16-10-2019 Paul Rütter
24-06-2020 Stuart Miller / Paul Rütter
- Stuart Miller added support for having prebuilt binaries for all supported Node.js versions.
16-10-2019 Paul Rütter
- 1.2.0

@@ -3,0 +6,0 @@ - Node 12 support.

11

package.json
{
"name": "node-oom-heapdump",
"version": "1.2.0",
"version": "1.3.0",
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
"main": "index.js",
"scripts": {
"rebuild": "node-pre-gyp install --build-from-source",
"install": "node-pre-gyp install --fallback-to-build",
"test": "node --max_old_space_size=80 --inspect ./tests/oom_app.js",

@@ -14,2 +16,8 @@ "dummy": "node -e \"process.exit(0)\""

},
"binary": {
"module_name": "node_oom_heapdump_native",
"module_path": "./build/Release",
"remote_path": "{version}",
"host": "https://github.com/blueconic/node-oom-heapdump/releases/download/"
},
"engines": {

@@ -41,2 +49,3 @@ "node": ">=7.0.0"

"nan": "^2.14.0",
"node-pre-gyp": "^0.15.0",
"require-main-filename": "^2.0.0",

@@ -43,0 +52,0 @@ "ws": "^7.1.2"

@@ -11,2 +11,4 @@ [![TravisCI Build Status](https://travis-ci.org/blueconic/node-oom-heapdump.svg?branch=master)](https://travis-ci.org/blueconic/node-oom-heapdump)

Also comes with prebuilt binaries (hosted on Github releases), thanks to Stuart Miller (https://github.com/spmiller).
# Why?

@@ -13,0 +15,0 @@ When running nodejs processes in a low memory environment, every out of memory that occurs is interesting.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc