node-oom-heapdump
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "node-oom-heapdump", | ||
"version": "3.0.1", | ||
"version": "3.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.", | ||
@@ -43,9 +43,9 @@ "main": "index.js", | ||
"dependencies": { | ||
"@mapbox/node-pre-gyp": "^1.0.8", | ||
"@mapbox/node-pre-gyp": "^1.0.11", | ||
"bindings": "^1.5.0", | ||
"chrome-remote-interface": "^0.28.2", | ||
"nan": "^2.14.2", | ||
"chrome-remote-interface": "^0.32.2", | ||
"nan": "^2.17.0", | ||
"require-main-filename": "^2.0.0", | ||
"ws": "^7.4.6" | ||
"ws": "^8.13.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
[![TravisCI Build Status](https://travis-ci.org/blueconic/node-oom-heapdump.svg?branch=master)](https://travis-ci.org/blueconic/node-oom-heapdump) | ||
[![Build status](https://github.com/blueconic/node-oom-heapdump/actions/workflows/publish-native-assets-to-github-releases.yml/badge.svg)](https://github.com/blueconic/node-oom-heapdump/actions/workflows/publish-native-assets-to-github-releases.yml) | ||
@@ -3,0 +3,0 @@ # node-oom-heapdump |
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
49131
+ Addedchrome-remote-interface@0.32.2(transitive)
+ Addedws@8.18.0(transitive)
- Removedchrome-remote-interface@0.28.2(transitive)
Updated@mapbox/node-pre-gyp@^1.0.11
Updatednan@^2.17.0
Updatedws@^8.13.0