Skip to content

Commit dfaa462

Browse files
committed
It grew to 4KB :(
1 parent d9b9d75 commit dfaa462

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
This package contains an OAuth2 client. It aims to be a fully-featured OAuth2
44
utility library, for Node.js, Browsers and written in Typescript.
55

6-
This OAuth2 client is only **3.9KB** gzipped, it has **0** dependencies and
6+
This OAuth2 client is only **4KB** gzipped, it has **0** dependencies and
77
relies on modern APIs like `fetch()` and [Web Crypto][4] which are built-in
88
since Node 18 (but it works with Polyfills on Node 14 and 16).
99

1010

1111
## Highlights
1212

13-
* 12KB minified (3.9KB gzipped).
13+
* 12KB minified (4KB gzipped).
1414
* No dependencies.
1515
* `authorization_code` grant with optional [PKCE][1] support.
1616
* `password` and `client_credentials` grant.

0 commit comments

Comments
 (0)