@types/segment-analytics
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -43,3 +43,3 @@ // Type definitions for Segment's analytics.js | ||
optional extra information about the page being viewed. */ | ||
page(category: string, name: string, properties?: Object, | ||
page(category?: string, name?: string, properties?: Object, | ||
options?: SegmentOpts, callback?: () => void): void; | ||
@@ -46,0 +46,0 @@ page(name?: string, properties?: Object, |
{ | ||
"name": "@types/segment-analytics", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "TypeScript definitions for Segment's analytics.js", | ||
@@ -9,15 +9,16 @@ "license": "MIT", | ||
"name": "Andrew Fong", | ||
"url": "https://github.com/fongandrew" | ||
"url": "https://github.com/fongandrew", | ||
"githubUsername": "fongandrew" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "21132bd9c110c2f77f5748692d5c7e428d7d3dc2794806f15f4a5fd6b5a84ea0", | ||
"typesPublisherContentHash": "8f14d0b22a79e076220dd1046f263ca4a7c58a1e9dd6c1e7a033e17f79c91f37", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/segment-analytics | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/segment-analytics | ||
Additional Details | ||
* Last updated: Thu, 15 Jun 2017 20:15:09 GMT | ||
* Last updated: Wed, 16 Jan 2019 18:59:11 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: analytics |
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
8074