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.2.0 to 0.2.1

20

lib/integrations/google-analytics.js

@@ -32,15 +32,13 @@ // Generated by CoffeeScript 1.9.3

GoogleAnalytics.prototype.init = function() {
var ga;
if (window.ga != null) {
return;
window.GoogleAnalyticsObject = 'ga';
if (window.ga == null) {
window.ga = function() {
var base;
if ((base = window.ga).q == null) {
base.q = [];
}
window.ga.q.push(arguments);
};
}
window.GoogleAnalyticsObject = 'ga';
ga = function() {
if (ga.q == null) {
ga.q = [];
}
ga.q.push(arguments);
};
ga.l = 1 * new Date();
window.ga = ga;
return ga('create', this.opts.id, 'auto');

@@ -47,0 +45,0 @@ };

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