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

react-redux-analytics-td

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-analytics-td - npm Package Compare versions

Comparing version

to
0.0.1-beta9

2

lib/Treasure.js

@@ -217,3 +217,3 @@ 'use strict';

composed[this.config.trackTypeKey] = type;
if (event === _const.TYPE_PAGEVIEW) {
if (type === _const.TYPE_PAGEVIEW) {
if (this.config.sendReferrer) {

@@ -220,0 +220,0 @@ composed[this.config.referrerKey] = this.composeLocation(this.location.referrer);

{
"name": "react-redux-analytics-td",
"version": "0.0.1-beta8",
"version": "0.0.1-beta9",
"description": "TreasureData plugin for react-redux-analytics",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -157,3 +157,3 @@ import debugFactory from 'debug'

composed[this.config.trackTypeKey] = type
if(event === TYPE_PAGEVIEW){
if(type === TYPE_PAGEVIEW){
if(this.config.sendReferrer){

@@ -160,0 +160,0 @@ composed[this.config.referrerKey] = this.composeLocation(this.location.referrer)