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

react-gtm-ts

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-gtm-ts - npm Package Compare versions

Comparing version 1.0.36 to 1.0.37

5

dist/index.js

@@ -33,7 +33,6 @@ "use strict";

}) => {
var _a, _b;
console.log("window?.react_gtm_ts?.init", (_a = window == null ? void 0 : window.react_gtm_ts) == null ? void 0 : _a.init);
var _a;
if (typeof window === "undefined")
return;
if (typeof ((_b = window == null ? void 0 : window.react_gtm_ts) == null ? void 0 : _b.init) !== "undefined")
if (typeof ((_a = window == null ? void 0 : window.react_gtm_ts) == null ? void 0 : _a.init) !== "undefined")
return;

@@ -40,0 +39,0 @@ window.react_gtm_ts = {

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.0.36",
"version": "1.0.37",
"description": "This is a library to facilitate the implementation of Google Tag Manager.",

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

Sorry, the diff of this file is not supported yet

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