ga-4-react
Advanced tools
Comparing version 0.1.23 to 0.1.231
import React from 'react'; | ||
export interface IGAReactConfig { | ||
send_page_view: boolean; | ||
groups: string; | ||
} | ||
import { ga4Config } from '../lib/gtagModels'; | ||
export interface IGA4R { | ||
code: string; | ||
config?: IGAReactConfig; | ||
config?: ga4Config | object; | ||
additionalCode?: Array<string>; | ||
@@ -10,0 +7,0 @@ children?: any; |
@@ -51,2 +51,3 @@ export declare type gtagEvent = 'event' | string; | ||
send_page_view: boolean; | ||
groups: string; | ||
} |
{ | ||
"version": "0.1.23", | ||
"version": "0.1.231", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -67,2 +67,3 @@ export type gtagEvent = 'event' | string; | ||
send_page_view: boolean; | ||
groups: string; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
41627
550