From dfaa4622ff37217a62a8daa551257c385e8bd7b4 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Thu, 22 Aug 2024 01:40:45 -0400 Subject: [PATCH] It grew to 4KB :( --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b2e01b..1ca983d 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ This package contains an OAuth2 client. It aims to be a fully-featured OAuth2 utility library, for Node.js, Browsers and written in Typescript. -This OAuth2 client is only **3.9KB** gzipped, it has **0** dependencies and +This OAuth2 client is only **4KB** gzipped, it has **0** dependencies and relies on modern APIs like `fetch()` and [Web Crypto][4] which are built-in since Node 18 (but it works with Polyfills on Node 14 and 16). ## Highlights -* 12KB minified (3.9KB gzipped). +* 12KB minified (4KB gzipped). * No dependencies. * `authorization_code` grant with optional [PKCE][1] support. * `password` and `client_credentials` grant.