Socket
Socket
Sign inDemoInstall

psproxy

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

index.js

@@ -13,3 +13,3 @@ var spawn = require('child_process').spawn;

var childProcess = spawn('sh', ['bin/psproxy.sh', arg]);
var childProcess = spawn('sh', [__dirname + '/bin/psproxy.sh', arg]);
childProcess.stdout.pipe(process.stdout);

@@ -16,0 +16,0 @@ }

{
"name": "psproxy",
"version": "1.0.3",
"version": "1.0.4",
"description": "Executable for enablling or disabling proxy settings for Junos Pulse Secure VPN",

@@ -5,0 +5,0 @@ "main": "index.js",

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