Comparing version 0.1.1 to 0.2.0
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12644
18
407