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.22 to 1.0.23

2

dist/index.d.ts
declare const ReactTagManager: {
init: ({ code, debug }: {
code: string;
debug: boolean;
debug?: boolean | undefined;
}) => void;

@@ -6,0 +6,0 @@ action: ({ event, ...more }: {

@@ -41,3 +41,5 @@ "use strict";

console.log(`\u{1F7E2} react-gtm-ts - init - ${code}`);
window.react_gtm_ts.debug = true;
window.react_gtm_ts = {
debug: true
};
}

@@ -44,0 +46,0 @@ };

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

"license": "MIT",
"version": "1.0.22",
"version": "1.0.23",
"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