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.3 to 1.0.4

3

dist/parse-scutil.js

@@ -8,2 +8,5 @@ "use strict";

try {
// Unclear how this happens, but it seems that it can in some cases:
if (output === '')
return {};
const unquotedJsonString = output

@@ -10,0 +13,0 @@ // Reduce type markers to just an inline __scutil__type__ marker on array objects:

2

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

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

@@ -6,2 +6,5 @@ const TYPE_KEY = "__scutil__type__";

try {
// Unclear how this happens, but it seems that it can in some cases:
if (output === '') return {};
const unquotedJsonString = output

@@ -8,0 +11,0 @@ // Reduce type markers to just an inline __scutil__type__ marker on array objects:

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