| export {}; |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| var index_1 = require("./index"); | ||
| (0, index_1.addToGlobalAgent)(); |
+6
-0
@@ -27,2 +27,3 @@ "use strict"; | ||
| var child_process_1 = require("child_process"); | ||
| var undici_1 = require("undici"); | ||
| var formatter_1 = require("./formatter"); | ||
@@ -98,3 +99,8 @@ Object.defineProperty(exports, "Format", { enumerable: true, get: function () { return formatter_1.Format; } }); | ||
| https_1.globalAgent.options.ca = cas; | ||
| (0, undici_1.setGlobalDispatcher)(new undici_1.Agent({ | ||
| connect: { | ||
| ca: cas | ||
| } | ||
| })); | ||
| }; | ||
| exports.addToGlobalAgent = addToGlobalAgent; |
+3
-2
| { | ||
| "name": "mac-ca", | ||
| "version": "2.0.3", | ||
| "version": "3.0.0", | ||
| "description": "Get Mac OS Root certificates", | ||
@@ -21,3 +21,4 @@ "main": "dist/index.js", | ||
| "dependencies": { | ||
| "node-forge": "^1.3.1" | ||
| "node-forge": "^1.3.1", | ||
| "undici": "^6.16.1" | ||
| }, | ||
@@ -24,0 +25,0 @@ "devDependencies": { |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
13917
2.44%11
22.22%244
4.72%2
100%+ Added
+ Added