New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crowdstart-analytics

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crowdstart-analytics - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

29

lib/bundle.js
// 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc