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

@segment/analytics.js-integration-doubleclick-floodlight

Package Overview
Dependencies
Maintainers
39
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@segment/analytics.js-integration-doubleclick-floodlight - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

5

HISTORY.md
1.2.3 / 2017-04-07
==================
* Use iframe url
1.2.2 / 2017-04-07

@@ -3,0 +8,0 @@ ==================

2

lib/index.js

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

.option('source', '')
.tag('<iframe src="https://{{ src }}.fls.doubleclick.net/activity;src={{ src }};type={{ type }};cat={{ cat }};dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord={{ ord }}{{ customVariables }}?">')
.tag('<iframe src="https://{{ src }}.fls.doubleclick.net/activityi;src={{ src }};type={{ type }};cat={{ cat }};dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord={{ ord }}{{ customVariables }}?">')
.mapping('events');

@@ -21,0 +21,0 @@

{
"name": "@segment/analytics.js-integration-doubleclick-floodlight",
"description": "The DoubleClick Floodlight analytics.js integration.",
"version": "1.2.2",
"version": "1.2.3",
"keywords": [

@@ -6,0 +6,0 @@ "analytics.js",

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

event: 'Watched Westworld',
cat: 'activityTag',
cat: 'activityiTag',
type: 'groupTag',

@@ -38,3 +38,3 @@ customVariable: [

event: 'Goodbye Pablo',
cat: 'activityTag',
cat: 'activityiTag',
type: 'groupTag',

@@ -92,3 +92,3 @@ customVariable: []

it('should fire a basic floodlight tag properly', function() {
var iframe = '<iframe src="https://' + options.source + '.fls.doubleclick.net/activity'
var iframe = '<iframe src="https://' + options.source + '.fls.doubleclick.net/activityi'
+ ';src=' + options.source

@@ -106,3 +106,3 @@ + ';type=' + options.events[1].value.type

it('should fire a floodlight tag with custom variables properly', function() {
var iframe = '<iframe src="https://' + options.source + '.fls.doubleclick.net/activity'
var iframe = '<iframe src="https://' + options.source + '.fls.doubleclick.net/activityi'
+ ';src=' + options.source

@@ -109,0 +109,0 @@ + ';type=' + options.events[0].value.type

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