why-is-node-running
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -108,3 +108,3 @@ // lifted from node core, https://github.com/nodejs/node/blob/88307974e60346bc98c4e9f70a2b6918ccb6844f/src/node.js | ||
}); | ||
fn(this.exports, NativeModule.require, this, this.filename); | ||
fn(this.exports, require, this, this.filename); | ||
@@ -111,0 +111,0 @@ this.loaded = true; |
{ | ||
"name": "why-is-node-running", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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
9032