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

gatsby-plugin-google-tagmanager

Package Overview
Dependencies
Maintainers
2
Versions
480
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-google-tagmanager - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

gatsby-ssr.js

@@ -22,3 +22,3 @@ "use strict";

if (process.env.NODE_ENV === "production") {
if (process.env.NODE_ENV === "production" || pluginOptions.includeInDevelopment) {
setHeadComponents([_react2.default.createElement("script", {

@@ -25,0 +25,0 @@ key: "plugin-google-tagmanager",

{
"name": "gatsby-plugin-google-tagmanager",
"description": "Gatsby plugin to add google tagmanager onto a site",
"version": "1.0.8",
"version": "1.0.9",
"author": "Thijs Koerselman <thijs@vauxlab.com>",

@@ -6,0 +6,0 @@ "devDependencies": {

@@ -17,2 +17,5 @@ # gatsby-plugin-google-tagmanager

id: 'YOUR_GOOGLE_TAGMANAGER_ID',
// Include GTM in development.
// Defaults to false meaning GTM will only be loaded in production.
includeInDevelopment: false
},

@@ -19,0 +22,0 @@ },

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