-
Notifications
You must be signed in to change notification settings - Fork 6
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
Audit popular OS libraries #33
Comments
This audit is based on the top Bower packages sorted by stars. They are installed from npm, of course. I couldn't find a listing of the top NPM browser modules. Will do another audit if a better list can be found.
|
These are just some other popular libraries I thought of:
|
Minilog. not so popular but. https://github.com/mixu/minilog tries to load node version in browser |
@whitecolor Thanks! It should work if their package.json has: {
"browser": "./lib/web/console.js"
} This would also make it work with browserify. Should file an issue for them to add that. |
Great, hope they merge. |
Boom, merged! Thanks. |
Looks like it's working, thanks @mixu ! |
Try to load it tries to load package dependecies why? |
Not sure I understand your question. The reason it doesn't work is because its main points to the Node code. #40 would fix it. PRs welcome. |
I tried with forked version with |
@whitecolor Created #41 to track that issue. |
Ah @whitecolor :) less/less.js@7cc986e Thank you! |
Should do an audit of popular open source libraries and make sure they work. I've tested a few that did not, such as Mocha.
The text was updated successfully, but these errors were encountered: