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

set-global-proxy

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

set-global-proxy - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

12

lib/mac/index.js

@@ -69,8 +69,12 @@ var cp = require('child_process');

exec(getScript(), function(err, stdout) {
result.http = typeof stdout === 'string' ? parseServer(stdout) : '';
handleCallback(err);
if (result) {
result.http = typeof stdout === 'string' ? parseServer(stdout) : '';
handleCallback(err);
}
});
exec(getScript(true), function(err, stdout) {
result.https = typeof stdout === 'string' ? parseServer(stdout) : '';
handleCallback(err);
if (result) {
result.https = typeof stdout === 'string' ? parseServer(stdout) : '';
handleCallback(err);
}
});

@@ -77,0 +81,0 @@ };

{
"name": "set-global-proxy",
"description": "Set global proxy for PC",
"version": "0.1.10",
"version": "0.1.11",
"author": "avenwu <avenwu@vip.qq.com>",

@@ -6,0 +6,0 @@ "contributors": [],

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