Huge News!Announcing our $40M Series B led by Abstract Ventures.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.9 to 0.0.10

7

lib/analytics.js

@@ -29,3 +29,3 @@ // Generated by CoffeeScript 1.9.3

Analytics.prototype.initialize = function(opts) {
var constructor, i, instance, integration, len, results;
var constructor, i, instance, integration, len, ref, results;
if (opts == null) {

@@ -38,5 +38,6 @@ opts = {};

}
ref = opts.integrations;
results = [];
for (i = 0, len = integrations.length; i < len; i++) {
integration = integrations[i];
for (i = 0, len = ref.length; i < len; i++) {
integration = ref[i];
constructor = require('./integrations/' + integration.type);

@@ -43,0 +44,0 @@ instance = new constructor(integration);

// Generated by CoffeeScript 1.9.3
var analyitcs, item, method, ref, stub;
var analytics, item, method, ref, stub;
stub = (ref = window.analytics) != null ? ref : [];
window.analytics = analyitcs = new (require('./analytics'));
window.analytics = analytics = new (require('./analytics'));

@@ -8,0 +8,0 @@ analytics.initialize({});

{
"name": "crowdstart-analytics",
"version": "0.0.9",
"version": "0.0.10",
"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