Socket
Socket
Sign inDemoInstall

react-gtm-module

Package Overview
Dependencies
6
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.8 to 2.0.9

2

dist/TagManager.js

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

var dataScript = this.dataScript(snippets);
document.head.appendChild(dataScript);
document.head.insertBefore(dataScript, document.head.childNodes[0]);
}

@@ -73,0 +73,0 @@ };

{
"name": "react-gtm-module",
"version": "2.0.8",
"version": "2.0.9",
"description": "React Google Tag Manager Module",

@@ -45,3 +45,3 @@ "main": "dist/index.js",

"enzyme": "^3.3.0",
"eslint": "^3.9.0",
"eslint": "^4.18.2",
"jest": "^19.0.2",

@@ -48,0 +48,0 @@ "jest-cli": "^21.2.1",

@@ -49,3 +49,3 @@ import Snippets from './Snippets'

const dataScript = this.dataScript(snippets)
document.head.appendChild(dataScript)
document.head.insertBefore(dataScript, document.head.childNodes[0])
}

@@ -52,0 +52,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc