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

libcurl.js

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libcurl.js - npm Package Versions

2345

0.7.0

Diff

Changelog

Source

v0.7.0 (1/24/25):

  • Switch to Mbed TLS for the TLS backend
    • This fixes some TLS certificate errors that were occurring on some sites with WolfSSL
  • Fix a null pointer dereference bug with websockets
  • Store the CA certificates bundle more efficiently
  • The WASM size has decreased from 1.4MB to 1.2MB
ading2210
published 0.6.22 •

Changelog

Source

v0.6.22 (1/10/25):

  • Remove Emscripten's maximum socket limit of 64
  • Fix handling of sub-protocols in Websockets
ading2210
published 0.6.21 •

Changelog

Source

v0.6.21 (12/25/24):

  • Work around a WolfSSL bug causing requests to open.spotify.com to fail
ading2210
published 0.6.20 •

Changelog

Source

v0.6.20 (11/10/24):

  • Fix bug with response body getting corrupted
ading2210
published 0.6.19 •

Changelog

Source

v0.6.19 (11/1/24):

  • Improve download speeds even more by reducing memory copies
  • Fix wrong mime type being reported in response blob
ading2210
published 0.6.18 •

Changelog

Source

v0.6.18 (10/29/24):

  • Improve download speeds by increasing libcurl's internal buffer size and listening directly for websocket messages
ading2210
published 0.6.17 •

Changelog

Source

v0.6.17 (10/24/24):

  • Enable a per host connection limit. This defaults to 6, which is the same as most web browsers.
  • Use the latest WolfSSL again and compile with workarounds
  • Upgrade to curl 8.10.1
ading2210
published 0.6.16 •

Changelog

Source

v0.6.16 (10/2/24):

  • Fix a bug with Headers objects and Request objects not being properly handled when passed into libcurl.fetch
  • Errors thrown are now Error or TypeError objects instead of plain strings
ading2210
published 0.6.15 •

Changelog

Source

v0.6.15 (9/6/24):

  • WolfSSL has been downgraded to v5.6.6 due to an upstream regression
ading2210
published 0.6.14 •

Changelog

Source

v0.6.14 (9/4/24):

  • All dependencies have been updated to the latest versions
  • libcurl.load_wasm now returns a promise that resolves when the WASM has finished loading
  • Unused protocol support has been disabled in the curl binary, resulting in 100kb binary size savings
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