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.2.7 to 0.2.8

26

lib/integrations/google-analytics.js

@@ -229,2 +229,28 @@ // Generated by CoffeeScript 1.9.3

GoogleAnalytics.prototype.viewedCheckoutStep = function(event, props, opts, cb) {
var ref;
if (cb == null) {
cb = function() {};
}
this.setAction('checkout', {
steps: (ref = props.step) != null ? ref : 1,
option: opts
});
this.sendEEEvent(event, props);
return cb(null);
};
GoogleAnalytics.prototype.completedCheckoutStep = function(event, props, opts, cb) {
var ref;
if (cb == null) {
cb = function() {};
}
this.setAction('checkout_option', {
steps: (ref = props.step) != null ? ref : 1,
option: opts
});
this.sendEEEvent(event, props);
return cb(null);
};
return GoogleAnalytics;

@@ -231,0 +257,0 @@

2

package.json
{
"name": "crowdstart-analytics",
"version": "0.2.7",
"version": "0.2.8",
"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