Comparing version 3.0.5 to 3.1.0
@@ -36,3 +36,3 @@ // Generated by LiveScript 1.6.0 | ||
callback(); | ||
}).end(child_process.spawnSync(bin, args).stdout); | ||
}).end(child_process.execFileSync(bin, args)); | ||
} | ||
@@ -87,3 +87,3 @@ } | ||
function run(callback){ | ||
child_process.spawn(bin, args).stdout.pipe(splitter(callback)).on('end', function(){ | ||
child_process.execFile(bin, args).stdout.pipe(splitter(callback)).on('end', function(){ | ||
callback(); | ||
@@ -90,0 +90,0 @@ }); |
{ | ||
"name": "win-ca", | ||
"version": "3.0.5", | ||
"version": "3.1.0", | ||
"description": "Get Windows System Root certificates", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -58,3 +58,4 @@ # win-ca | ||
`win-ca` was adapted to run inside Electron applications | ||
with no additional configuration. | ||
with no additional configuration | ||
([asar] supported). | ||
@@ -607,1 +608,2 @@ See | ||
[win.lazy]: https://social.technet.microsoft.com/wiki/contents/articles/3147.pki-certificate-chaining-engine-cce.aspx | ||
[asar]: https://github.com/electron/asar |
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
315158
608
1