Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.2.0 to 0.2.1

2

index.js

@@ -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",

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