Adam Biro
Adam Biro
Hello, I use auditjs (https://www.npmjs.com/package/auditjs) in my CI build scripts. This generates a vulnerability report for the package dependencies my project uses. When the audit command is executed, it reports...
I try to install the dev headers before installing node-capnp as the doc says: sudo apt-get install nodejs-dev nodejs-legacy capnproto-dev I get this error: Reading package lists... Done Building dependency...
Hi, I would like to use the Z85 encoding (https://rfc.zeromq.org/spec:32/Z85/) in my project and I was wondering how much effort would it be to expose these functions. I see that...