Socket
Socket
Sign inDemoInstall

@types/google.analytics

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.37 to 0.0.38

2

google.analytics/index.d.ts

@@ -604,2 +604,4 @@ // Type definitions for Google Analytics (Classic and Universal)

(command: string, hitType: HitType, ...fields: any[]): void;
(command: 'require', pluginName: string, pluginOptions?: any): void;
(command: 'provide', pluginName: string, pluginConstructor: (tracker: Tracker, pluginOptions?: Object) => void): void;

@@ -606,0 +608,0 @@ (command: 'create', trackingId: string, cookieDomain?: string, name?: string, fieldsObject?: FieldsObject): void;

4

google.analytics/package.json
{
"name": "@types/google.analytics",
"version": "0.0.37",
"version": "0.0.38",
"description": "TypeScript definitions for Google Analytics (Classic and Universal)",

@@ -28,4 +28,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "683d2f7970d9baaee2b00cc1e4200aba3a178027f76687947ba247ec3729adc4",
"typesPublisherContentHash": "6e4e5626a4547d99fcd92e57e702e32caa6702702fe28ffa64554c4f61132a7e",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 29 Jan 2018 21:19:39 GMT
* Last updated: Sat, 24 Feb 2018 00:08:06 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: Tracker, _gaq, _gat, ga, gaClassic

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc