New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

win-ca

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win-ca - npm Package Compare versions

Comparing version 3.0.5 to 3.1.0

4

lib/fallback.js

@@ -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
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