Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

mac-ca

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mac-ca - npm Package Compare versions

Comparing version
3.1.2
to
3.1.3
+3
-1
dist/index.js

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

https.Agent = (function (original) {
return function (options) {
var newAgent = function (options) {
var opts = typeof options !== 'undefined' ? __assign({}, options) : {};

@@ -111,2 +111,4 @@ if (typeof opts.ca === 'undefined') {

};
newAgent.prototype = original.prototype;
return newAgent;
})(https.Agent);

@@ -113,0 +115,0 @@ //Sets the root certs in undici. This is what the new native "fetch" uses.

{
"name": "mac-ca",
"version": "3.1.2",
"version": "3.1.3",
"description": "Get Mac OS Root certificates",

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