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

analytics-plugin-google-tag-manager

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analytics-plugin-google-tag-manager - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

package.json
{
"name": "analytics-plugin-google-tag-manager",
"version": "0.1.1",
"version": "0.1.2",
"description": "Google tag manager plugin for 'analytics' pkg",

@@ -43,3 +43,3 @@ "keywords": [

},
"gitHead": "745c4d599c4890b81d598df8017dae45b9fb60fa"
"gitHead": "bfae6bfd610da3b56e2f050dd15172220d60be4c"
}

@@ -16,3 +16,3 @@ # Google analytics plugin for `analytics`

```
```bash
npm install analytics analytics-plugin-google-tag-manager

@@ -36,2 +36,14 @@ ```

/* Track page views */
analytics.page()
/* Track custom events */
analytics.track('buttonClicked')
/* Identify visitors */
analytics.identify('user-xzy-123', {
name: 'Bill Murray',
cool: true
})
```

@@ -38,0 +50,0 @@ <!-- ANALYTICS_DOCS:END -->

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