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

stop leaking uuid into the global namespace #4

Closed
dylanb opened this issue Jun 15, 2015 · 0 comments
Closed

stop leaking uuid into the global namespace #4

dylanb opened this issue Jun 15, 2015 · 0 comments
Labels
core Issues in the core code (lib/core) fix Bug fixes
Milestone

Comments

@dylanb
Copy link
Contributor

dylanb commented Jun 15, 2015

The dependency on the node-uuid module is leaking things into the window namespace in a browser and into the module.exports when required in Node.js

We should not leak anything into any namespaces unintentionally

@dsturley dsturley added fix Bug fixes core Issues in the core code (lib/core) labels Jun 15, 2015
@dsturley dsturley modified the milestone: 1.1.0 Jun 15, 2015
dylanb added a commit that referenced this issue Jun 15, 2015
Use forked node-uuid without explicitly publish to global object
marcysutton pushed a commit that referenced this issue Jun 27, 2016
devaradhanm pushed a commit to devaradhanm/axe-core that referenced this issue Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues in the core code (lib/core) fix Bug fixes
Projects
None yet
Development

No branches or pull requests

2 participants