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.3.1 to 2.0.0

4

CHANGELOG.md
20-07-2020 Paul Rütter
- 2.0
- Added prebuilt binaries again, in a new major version. To "solve" https://github.com/blueconic/node-oom-heapdump/issues/13.
20-07-2020 Paul Rütter
- 1.3.1

@@ -3,0 +7,0 @@ - Revert prebuilt binaries, since it's a breaking change.

{
"name": "node-oom-heapdump",
"version": "1.3.1",
"version": "2.0.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,7 @@ "dummy": "node -e \"process.exit(0)\""

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

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

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

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

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