Socket
Socket
Sign inDemoInstall

node-oom-heapdump

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-oom-heapdump - npm Package Compare versions

Comparing version 2.1.0-progress.1 to 2.1.0

build/binding.sln

0

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

@@ -1,2 +0,14 @@

20-07-2020 Paul Rütter
12-10-2020 Paul Rütter
- 2.1.0
- Added Node 14 support
12-10-2020 Paul Rütter
- 2.0.2
- Fix latest published version, was replaced with beta.
02-08-2020 Paul Rütter
- 2.0.1
- Fixed prebuilt binaries path.
20-07-2020 Paul Rütter
- 2.0

@@ -3,0 +15,0 @@ - Added prebuilt binaries again, in a new major version. To "solve" https://github.com/blueconic/node-oom-heapdump/issues/13.

@@ -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");

10

package.json
{
"name": "node-oom-heapdump",
"version": "2.1.0-progress.1",
"version": "2.1.0",
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",

@@ -40,13 +40,13 @@ "main": "index.js",

"devDependencies": {
"eslint-config-google": "^0.13.0"
"eslint-config-google": "^0.14.0"
},
"dependencies": {
"bindings": "^1.5.0",
"chrome-remote-interface": "^0.28.0",
"chrome-remote-interface": "^0.28.2",
"gc-stats": "^1.4.0",
"nan": "^2.14.0",
"nan": "^2.14.1",
"node-pre-gyp": "^0.15.0",
"require-main-filename": "^2.0.0",
"ws": "^7.1.2"
"ws": "^7.3.1"
}
}

@@ -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, 11.x and 12.x.
Tested on Node.js 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x and 14.x.
No support for Node.js < 7.0 at the moment (although this can be fixed if needed).

@@ -11,0 +11,0 @@

@@ -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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc