@small-tech/syswide-cas
Advanced tools
Comparing version
@@ -90,3 +90,3 @@ const fs = require("fs"); | ||
var c = origCreateSecureContext.apply(null, arguments); | ||
if (!options.ca && rootCAs.length > 0) { | ||
if (!options?.ca && rootCAs.length > 0) { | ||
rootCAs.forEach(function(ca) { | ||
@@ -93,0 +93,0 @@ // add to the created context our own root CAs |
{ | ||
"name": "@small-tech/syswide-cas", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Fork of syswide-cas by a now-defunct company called Capriza. Enable node to use system wide certificate authorities in conjunction with the bundled root CAs.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
7272
-9.97%4
-20%