node-libcurl
node-libcurl copied to clipboard
libcurl bindings for Node.js
This node script produces curl error 77: `const response = await curly.get(url)`. `curl $URL` does work however. The file `ca-certificates.crt` does not exist on my machine, instead `ls /etc/ssl/certs/` prints...
Node.js v17.0.1 ``` npm install node-libcurl npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may...
Nothing special (curly + streaming response): - request A -> request B fails with "Could not add easy handle to the multi handle" - request A -> setImmediate(request B) succeeds
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...
Hi, I am trying to call api using curly like this. ``` const response = await curly.get(IPONLY_API_URL, { httpHeader: [ 'Content-Type: application/json', `Authorization: Basic ${base64.encode(username + ":" + password)}` ],...
Hi. I get the errors as below when trying to `npm install` in the environment noted in the description. We have other systems running identical (as far as we can...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...