You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-gtm

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-gtm - npm Package Compare versions

Comparing version

to
3.0.0-alpha.5

2

dist/index.js

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

var utils_1 = require("./utils");
var GTM_ID_PATTERN = /^GTM\-[A-Z]+$/;
var GTM_ID_PATTERN = /^GTM\-[0-9A-Z]+$/;
/**

@@ -32,0 +32,0 @@ * Installation procedure

{
"name": "vue-gtm",
"version": "3.0.0-alpha.4",
"version": "3.0.0-alpha.5",
"description": "Google Tag Manager implementation in Vue application",

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

@@ -6,3 +6,3 @@ import { App, nextTick, Plugin } from "vue";

const GTM_ID_PATTERN: RegExp = /^GTM\-[A-Z]+$/;
const GTM_ID_PATTERN: RegExp = /^GTM\-[0-9A-Z]+$/;

@@ -9,0 +9,0 @@ /**