Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

crowdstart-analytics

Package Overview
Dependencies
Maintainers
4
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.14 to 0.2.15

3

lib/analytics.js

@@ -9,2 +9,5 @@ // Generated by CoffeeScript 1.10.0

this.integrations = [];
if (typeof location !== 'undefined') {
this._debug = location.search.indexOf('v=1') !== -1;
}
Integration.prototype.log = (function(_this) {

@@ -11,0 +14,0 @@ return function() {

2

lib/integrations/generic.js

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

try {
return this.opts.fn(event, props, opts, cb);
return this.fn(event, props, opts, cb);
} catch (error) {

@@ -32,0 +32,0 @@ err = error;

{
"name": "crowdstart-analytics",
"version": "0.2.14",
"version": "0.2.15",
"description": "Analytics support for Hanzo.",

@@ -5,0 +5,0 @@ "main": "lib",

Sorry, the diff of this file is not supported yet

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