why-is-node-running
Advanced tools
Comparing version 2.2.2 to 2.3.0
@@ -42,3 +42,3 @@ var asyncHooks = require('async_hooks') | ||
var filename = s.getFileName() | ||
return filename && filename.indexOf(sep) > -1 && filename.indexOf('internal' + sep) !== 0 | ||
return filename && filename.indexOf(sep) > -1 && filename.indexOf('internal' + sep) !== 0 && filename.indexOf('node:internal' + sep) !== 0 | ||
}) | ||
@@ -45,0 +45,0 @@ |
{ | ||
"name": "why-is-node-running", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"description": "Node is running but you don't know why? why-is-node-running is here to help you.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
7296