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

gtm-event-tracker

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gtm-event-tracker - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

7

CHANGELOG.md

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

## [1.8.1](https://github.com/emkis/gtm-event-tracker/compare/v1.8.0...v1.8.1) (2023-03-19)
### Bug Fixes
* rollback the erased package.json ([60fc6b7](https://github.com/emkis/gtm-event-tracker/commit/60fc6b72186b0026e2b8fba6e83eff0302c4db13))
# [1.8.0](https://github.com/emkis/gtm-event-tracker/compare/v1.7.0...v1.8.0) (2023-03-19)

@@ -2,0 +9,0 @@

2

package.json

@@ -8,3 +8,3 @@ {

"license": "MIT",
"version": "1.8.0",
"version": "1.8.1",
"description": "A tiny, type-safe and zero-dependency solution for triggering Google Tag Manager track events.",

@@ -11,0 +11,0 @@ "main": "dist/cjs/index.js",

@@ -6,3 +6,3 @@ # gtm-event-tracker

A tiny (1.05KB gzip), type-safe and zero-dependency solution for triggering [Google Tag Manager](https://tagmanager.google.com) track events.
A tiny (1KB gzip), type-safe and zero-dependency solution for triggering [Google Tag Manager](https://tagmanager.google.com) track events.

@@ -9,0 +9,0 @@ It's designed for applications that need to trigger a lot of track events, and it solves common problems like writing similar events multiple times, managing "global" event properties, and debugging track events. This solution is framework agnostic and configurable, so it's probably the only solution you need for your web application for triggering track events.

@@ -35,2 +35,3 @@ /** @type {import('semantic-release').GlobalConfig} */

message: 'chore(release): v${nextRelease.version}',
assets: ['CHANGELOG.md'],
},

@@ -37,0 +38,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