keen / keen-analysis.js

A light JavaScript client for Keen
https://keen.io/docs/compute/
MIT License
40 stars 15 forks source link

Fix namespace handling #16

Closed dustinlarimer closed 7 years ago

dustinlarimer commented 7 years ago

What does this PR do?

This library will now coalesce into a shared global Keen namespace, rather than colliding and overwriting other modular SDKs. Check out keen-core.js@0.1.0 for details about this fix.