Socket
Socket
Sign inDemoInstall

node-oom-heapdump

Package Overview
Dependencies
22
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-beta.0 to 1.2.0

0

.eslintrc.js
module.exports = {
"extends": "google"
};

9

CHANGELOG.md

@@ -1,2 +0,9 @@

02-09-2019 Paul Rütter
16-10-2019 Paul Rütter
- 1.2.0
- Node 12 support.
- Still some deprecated API's are used, which should be avoided.
See https://github.com/joyeecheung/node/blob/v8-maybe-doc/CPP_STYLE_GUIDE.md#use-maybe-version-of-v8-apis
- Adjusted test script a bit, by removing some flags which seem to complicate nodejs 12 support.
02-09-2019 Paul Rütter
- 1.2.0-beta.0

@@ -3,0 +10,0 @@ - Updated dependencies (nan update is needed for nodejs 12)

@@ -0,0 +0,0 @@ let nodeOomLib = require("./lib");

@@ -0,0 +0,0 @@ let fs = require('fs');

@@ -0,0 +0,0 @@ let fs = require('fs');

@@ -0,0 +0,0 @@ let cp = require("child_process");

4

package.json
{
"name": "node-oom-heapdump",
"version": "1.2.0-beta.0",
"version": "1.2.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": {
"test": "node --max_old_space_size=80 --optimize_for_size --always_compact --inspect tests\\oom_app.js",
"test": "node --max_old_space_size=80 --inspect ./tests/oom_app.js",
"dummy": "node -e \"process.exit(0)\""

@@ -9,0 +9,0 @@ },

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

Tested on Node.js 7.x, 8.x, 9.x, 10.x and 11.x.
Tested on Node.js 7.x, 8.x, 9.x, 10.x, 11.x and 12.x.
No support for Node.js < 7.0 at the moment (although this can be fixed if needed).

@@ -56,2 +56,3 @@

These might impact performance though.
On Node.js 12.x the latter two flags seem to cause some stability issues (see https://github.com/nodejs/node/issues/27552#issuecomment-542695931). So, if you encounter issues on Node.js 12.x in combination with those flags, please refrain from using these.

@@ -58,0 +59,0 @@ # Options

@@ -0,0 +0,0 @@ let cp = require("child_process");

@@ -0,0 +0,0 @@ let oomLib = require("../index.js")({

@@ -0,0 +0,0 @@ let oomLib = require("../index.js")({

@@ -0,0 +0,0 @@ let path = require('path');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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