Socket
Socket
Sign inDemoInstall

auto-loopback-exempt

Package Overview
Dependencies
3
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

4

main.js

@@ -68,5 +68,5 @@ const ChildProcess = require('child_process');

if (code) {
console.log(`Error exempting "${packageName}", exit code ${code}.`);
console.info(`Error exempting "${packageName}", exit code ${code}.`);
} else {
console.log(`Successfully exempted "${packageName}".`);
console.info(`Successfully exempted "${packageName}".`);
}

@@ -73,0 +73,0 @@

{
"name": "auto-loopback-exempt",
"version": "0.1.4",
"version": "0.1.5",
"author": "vilicvane <vilicvane@live.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -19,3 +19,3 @@ # Auto Loopback Exempt

This tool registers itself as a Windows Service. When it starts, it lists all folders under `%LOCALAPPDATA%\Packages` and executes `CheckNetIsolation.exe LoopbackExempt -a -n=[folder-name]` for every of them. Meanwhile, it setups a watcher for the `Packages` directory and receives changes of the newly added packages, so that it can apply the exemption to them as well.
This tool registers itself as a Windows Service. When it starts, it lists all folders under `%LOCALAPPDATA%\Packages` and executes `CheckNetIsolation.exe LoopbackExempt -a -n=[folder-name]` for each of them. Meanwhile, it setups a watcher for the `Packages` directory and receives changes of the newly added packages, so that it can apply the exemption to them as well.

@@ -22,0 +22,0 @@ ## License

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