native-is-elevated
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -28,4 +28,4 @@ 'use strict'; | ||
// Cache the result for subsequent calls | ||
returned = true; | ||
retValue = lib.isElevated(); | ||
returned = true; | ||
} catch (err) { | ||
@@ -32,0 +32,0 @@ console.error(err); |
{ | ||
"name": "native-is-elevated", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Native module for checking if the process is being run with elevated privileges", | ||
"main": "index.js", | ||
"engine": { | ||
"node": ">=4.0.0" | ||
}, | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "configure": "node-gyp configure", |
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
4647