@types/google.analytics
Advanced tools
Comparing version 0.0.40 to 0.0.41
@@ -79,3 +79,5 @@ // Type definitions for Google Analytics (Classic and Universal) | ||
cookieExpires?: number; | ||
cookieFlags?: string; | ||
cookiePath?: string; | ||
cookieUpdate?: boolean; | ||
coupon?: string; | ||
@@ -82,0 +84,0 @@ creative?: string; |
{ | ||
"name": "@types/google.analytics", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"description": "TypeScript definitions for Google Analytics (Classic and Universal)", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -31,4 +31,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "91c2c8ca1e6dbf58c1626d9a076be9b8f15f39db7473454a48a2f1ff010612a9", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "dc5209958b1d90a4e4d4ebc4a625937c796d2bd60d92429ba59c87ed5b8bacbb", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Google Analytics (Classic and Universal) ( https://developers.google.com/analytics/devguides/collection/gajs/ ). | ||
This package contains type definitions for Google Analytics (Classic and Universal) (https://developers.google.com/analytics/devguides/collection/gajs/). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google.analytics | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google.analytics. | ||
Additional Details | ||
* Last updated: Wed, 05 Jun 2019 22:02:59 GMT | ||
### Additional Details | ||
* Last updated: Thu, 03 Dec 2020 20:06:50 GMT | ||
* Dependencies: none | ||
* Global values: Tracker, _gaq, _gat, ga, gaClassic | ||
* Global values: `Tracker`, `_gaq`, `_gat`, `ga`, `gaClassic` | ||
# Credits | ||
These definitions were written by Ronnie Haakon Hegelund <http://ronniehegelund.blogspot.dk>, Pat Kujawa <http://patkujawa.com>, Tyler Murphy <https://github.com/tyler-murphy>. | ||
These definitions were written by [Ronnie Haakon Hegelund](http://ronniehegelund.blogspot.dk), [Pat Kujawa](http://patkujawa.com), and [Tyler Murphy](https://github.com/tyler-murphy). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24441
627