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.9 to 1.0.10

2

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

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

@@ -6,2 +6,3 @@ # gatsby-plugin-google-tagmanager

## Install
`npm install --save gatsby-plugin-google-tagmanager`

@@ -17,6 +18,6 @@

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

@@ -23,0 +24,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