Socket
Socket
Sign inDemoInstall

auto-loopback-exempt

Package Overview
Dependencies
20
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.9 to 0.1.10

5

package.json

@@ -5,3 +5,3 @@ {

"description": "Automatically exempt loopback for all and newly added applications.",
"version": "0.1.9",
"version": "0.1.10",
"author": "vilicvane <vilicvane@live.com>",

@@ -28,4 +28,5 @@ "license": "MIT",

"dependencies": {
"is-admin": "^2.1.1"
"is-admin": "^2.1.1",
"main-function": "^0.1.2"
}
}

2

program/install.js
const isAdmin = require('is-admin');
const {main} = require('main-function');

@@ -11,3 +12,2 @@ const {

const {nssm} = require('./nssm');
const {main} = require('./utils/main');

@@ -14,0 +14,0 @@ main(async () => {

const isAdmin = require('is-admin');
const {main} = require('main-function');
const {SERVICE_NAME, SERVICE_DISPLAY_NAME} = require('./constants');
const {nssm} = require('./nssm');
const {main} = require('./utils/main');

@@ -7,0 +7,0 @@ main(async () => {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc