Skip to content
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

index.js is suspiciously obfuscated #3

Open
chase-moskal opened this issue Dec 9, 2018 · 2 comments
Open

index.js is suspiciously obfuscated #3

chase-moskal opened this issue Dec 9, 2018 · 2 comments

Comments

@chase-moskal
Copy link

i can't trust a library if i can't read its source code ;)

i also cannot contribute

@joshpitzalis
Copy link

joshpitzalis commented May 15, 2019

That's just google's script, minified, untouched, copied and exported as an npm package. You could just use google's script directly. https://apis.google.com/js/api.js

@kevinschaich
Copy link
Owner

Yep, sorry for the obscurity @chase-moskal – @joshpitzalis is correct. This package is merely a wrapper around Google's JS client library. You are welcome to run a diff yourself to confirm.

Perhaps a better solution would be to automate this process (yarn/npm script to pull from Google's site, minify, and release an exported version).

I don't have time to do that at the moment but welcome contributions. In the absence of a contribution, you are free to use the library as-is or use another package. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants