-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reducing lib size #37
Comments
Related brix/crypto-js#60 |
a PR is welcome |
just release new major version of oauth-1.0a: 2.0.0 read the changelog here |
Thanks!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for open-sourcing this--really useful stuff.
I'm noticing that while unminified
oauth-1.0a.js
is just 7 KB, including this library in my minified Webpack bundle adds 60 KB in total to the bundle size. This is almost entirely due to the transitive dependency on CryptoJS.Would there be any interest in either carving our a smaller crypto dependency (
oauth-1.0a.js
only uses three functions from CryptoJS) or providing a means by which to inject the crypto dependency such that clients could package their own smaller crypto libraries?Cheers.
The text was updated successfully, but these errors were encountered: