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

@netvlies/utility-collection

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netvlies/utility-collection - npm Package Compare versions

Comparing version

to
0.3.1

2

dist/index.cjs.js

@@ -27,3 +27,3 @@ 'use strict';

class GTM {
constructor(baseEventData = {}, dataLayer = window.dataLayer || [], logging = false) {
constructor(baseEventData = {}, dataLayer = (window.dataLayer = window.dataLayer || []), logging = false) {
this.baseEventData = baseEventData;

@@ -30,0 +30,0 @@ this.dataLayer = dataLayer;

@@ -25,3 +25,3 @@ const BUNDLE_NAME = 'NVS Utility Collection';

class GTM {
constructor(baseEventData = {}, dataLayer = window.dataLayer || [], logging = false) {
constructor(baseEventData = {}, dataLayer = (window.dataLayer = window.dataLayer || []), logging = false) {
this.baseEventData = baseEventData;

@@ -28,0 +28,0 @@ this.dataLayer = dataLayer;

{
"name": "@netvlies/utility-collection",
"version": "0.3.0",
"version": "0.3.1",
"description": "Collection of frequently used utilities by Netvlies",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet