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

mac-system-proxy

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mac-system-proxy - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/parse-scutil.js

@@ -24,3 +24,3 @@ "use strict";

else
return `"${key.trim()}": "${value.trim()}"`;
return `"${key.trim()}": ${JSON.stringify(value.trim())}`;
});

@@ -27,0 +27,0 @@ // Insert commas everywhere they're needed

{
"name": "mac-system-proxy",
"version": "1.0.2",
"version": "1.0.3",
"description": "Access the Mac system proxy settings from Node.js",

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

@@ -21,3 +21,3 @@ const TYPE_KEY = "__scutil__type__";

else if (value === '{') return `"${key.trim()}": {`;
else return `"${key.trim()}": "${value.trim()}"`;
else return `"${key.trim()}": ${JSON.stringify(value.trim())}`;
});

@@ -24,0 +24,0 @@

Sorry, the diff of this file is not supported yet

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