crowdstart-analytics
Advanced tools
Comparing version 0.0.6 to 0.0.7
// Generated by CoffeeScript 1.9.3 | ||
(function() { | ||
var analyitcs, item, method, ref, stub; | ||
stub = (ref = window.analytics) != null ? ref : []; | ||
window.analytics = analyitcs = new (require('./analytics')); | ||
analytics.initialize({}); | ||
while (stub.length > 0) { | ||
item = stub.shift(); | ||
method = item.shift(); | ||
if (analytics[method] != null) { | ||
analytics[method].apply(analytics, item); | ||
} | ||
var analyitcs, item, method, ref, stub; | ||
stub = (ref = window.analytics) != null ? ref : []; | ||
window.analytics = analyitcs = new (require('./analytics')); | ||
analytics.initialize({}); | ||
while (stub.length > 0) { | ||
item = stub.shift(); | ||
method = item.shift(); | ||
if (analytics[method] != null) { | ||
analytics[method].apply(analytics, item); | ||
} | ||
return analytics.page(); | ||
})(); | ||
} | ||
analytics.page(); | ||
//# sourceMappingURL=bundle.js.map |
{ | ||
"name": "crowdstart-analytics", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Analytics support for Crowdstart.", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
138575
1808