native-is-elevated
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "native-is-elevated", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Native module for checking if the process is being run with elevated privileges", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"engine": { | ||
"node": ">=8.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
@@ -27,4 +27,4 @@ "scripts": { | ||
"devDependencies": { | ||
"ava": "^2.4.0" | ||
"ava": "^3.13.0" | ||
} | ||
} |
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
4744