@types/segment-analytics
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -179,3 +179,3 @@ // Type definitions for Segment's analytics.js | ||
user(): { | ||
id(): string; | ||
id(newId?: string | null): string | null | undefined; | ||
logout(): void; | ||
@@ -182,0 +182,0 @@ reset(): void; |
{ | ||
"name": "@types/segment-analytics", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "TypeScript definitions for Segment's analytics.js", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -28,4 +28,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8f397ff30dd4bd1911c9cc8a13bb2161865a073ad5708949432360f662b878f1", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "3266de53585c95b5e414763a5f5a44638b943082b0ca219cdd350660723ed6e1", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://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: Fri, 02 Aug 2019 21:04:31 GMT | ||
### Additional Details | ||
* Last updated: Mon, 09 Nov 2020 17:27:49 GMT | ||
* Dependencies: none | ||
* Global values: analytics | ||
* Global values: `analytics` | ||
# Credits | ||
These definitions were written by Andrew Fong <https://github.com/fongandrew>, and Miroslav Petrik <https://github.com/MiroslavPetrik>. | ||
These definitions were written by [Andrew Fong](https://github.com/fongandrew), and [Miroslav Petrik](https://github.com/MiroslavPetrik). |
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
10303