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

deep-link-web-tracker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-link-web-tracker - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/tracker.min.js

@@ -1,1 +0,1 @@

var track=function(){if(location.search.indexOf("ems_dl")===-1){return}var e=location.search.search(/[\?|&]ems_dl=/);var s=location.search.substr(e+1).split("&");var t=s[0].split("=");var a=new XMLHttpRequest;a.open("POST","https://deep-link.eservice.emarsys.net/api/clicks");a.setRequestHeader("Content-Type","application/json");a.send({ems_dl:t[1]})};track();
var track=function(){if(location.search.indexOf("ems_dl")===-1){return}var e=location.search.search(/[\?|&]ems_dl=/);var s=location.search.substr(e+1).split("&");var t=s[0].split("=");var a=new XMLHttpRequest;a.open("POST","https://deep-link.eservice.emarsys.net/api/clicks");a.setRequestHeader("Content-Type","application/json");a.send(JSON.stringify({ems_dl:t[1]}))};track();

@@ -18,3 +18,3 @@ module.exports = function() {

xhr.send({ ems_dl: emsDl[1]});
xhr.send(JSON.stringify({ ems_dl: emsDl[1]}));
};
{
"name": "deep-link-web-tracker",
"version": "1.0.2",
"version": "1.0.3",
"description": "Deep Link Web Tracker",

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

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