node-oom-heapdump
Advanced tools
Comparing version 2.0.1 to 2.0.2
module.exports = { | ||
"extends": "google" | ||
}; |
@@ -1,2 +0,10 @@ | ||
20-07-2020 Paul Rütter | ||
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 +11,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"); |
{ | ||
"name": "node-oom-heapdump", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ [![TravisCI Build Status](https://travis-ci.org/blueconic/node-oom-heapdump.svg?branch=master)](https://travis-ci.org/blueconic/node-oom-heapdump) |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48478