From b40a776e26f205774c898948eb3639123a41f041 Mon Sep 17 00:00:00 2001 From: ading2210 Date: Wed, 20 Mar 2024 14:28:26 -0400 Subject: [PATCH] add badges and update changelog --- CHANGELOG.md | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506cc43..ea56e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Allow for multiple sessions with separate connection pools - Switch to wolfSSL instead of OpenSSL for significantly smaller binaries - Add support for sending cookies automatically +- Add NPM export for bundled version ## v0.5.3 (3/11/24): - Update Wisp client and server, which improves error handling diff --git a/README.md b/README.md index f3a9966..8a599fa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # libcurl.js +![npm version badge](https://img.shields.io/npm/v/libcurl.js?color=ff5627&style=flat-square) +![npm downloads badge](https://img.shields.io/npm/dm/libcurl.js?color=ff5627&style=flat-square) +![jsdelivr downloads badge](https://data.jsdelivr.com/v1/package/npm/libcurl.js/badge/month) + This is an experimental port of [libcurl](https://curl.se/libcurl/) to WebAssembly for use in the browser. It provides an interface compatible with the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), allowing you to proxy HTTPS requests from the browser with full TLS encryption. Unlike previous implementations, the proxy server cannot read the contents of your requests. ## Table of Contents: