Socket
Socket
Sign inDemoInstall

native-is-elevated

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-is-elevated - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

.tool-versions

24

package.json
{
"name": "native-is-elevated",
"version": "0.6.0",
"version": "0.7.0",
"description": "Native module for checking if the process is being run with elevated privileges",
"author": "Eugene Cheung",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/arkon/native-is-elevated.git"
},
"bugs": {
"url": "https://github.com/arkon/native-is-elevated/issues"
},
"homepage": "https://github.com/arkon/native-is-elevated#readme",
"main": "index.js",

@@ -13,13 +23,3 @@ "types": "index.d.ts",

"build": "node-gyp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arkon/native-is-elevated.git"
},
"author": "Eugene Cheung",
"license": "MIT",
"bugs": {
"url": "https://github.com/arkon/native-is-elevated/issues"
},
"homepage": "https://github.com/arkon/native-is-elevated#readme"
}
}

@@ -7,3 +7,3 @@ # native-is-elevated

Basically just a [native version](https://nodejs.org/api/addons.html) of [is-elevated](https://github.com/sindresorhus/is-elevated).
Basically just a [native version](https://nodejs.org/api/addons.html) of [is-elevated](https://github.com/sindresorhus/is-elevated) that doesn't spawn a new process on Windows.

@@ -10,0 +10,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc