Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

win-ca-ffi

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win-ca-ffi - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

lib/async.js

4

lib/crypt32.js

@@ -30,6 +30,6 @@ // Generated by CoffeeScript 1.12.2

module.exports = ffi.Library('crypt32', {
ffi.Library('crypt32', {
CertOpenSystemStoreA: [HCertStore, ['pointer', 'string']],
CertCloseStore: ['int', [HCertStore, 'long']],
CertEnumCertificatesInStore: [pCtx, [HCertStore, pCtx]]
});
}, this);

@@ -13,1 +13,5 @@ // Generated by CoffeeScript 1.12.2

this.each = require('./each');
this.async = function(cb) {
return require('./async')(cb);
};
{
"name": "win-ca-ffi",
"version": "0.1.1",
"version": "0.2.0",
"description": "Get Windows System Root certificates",

@@ -5,0 +5,0 @@ "os": [

@@ -25,6 +25,6 @@ # win-ca

See also [openssl-win-root][].
See also [OpenSSL::Win::Root][].
[node-ffi]: https://github.com/node-ffi/node-ffi
[node-forge]: https://github.com/digitalbazaar/forge
[openssl-win-root]: https://github.com/ukoloff/openssl-win-root
[OpenSSL::Win::Root]: https://github.com/ukoloff/openssl-win-root
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