@types/segment-analytics
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -24,2 +24,10 @@ // Type definitions for Segment's analytics.js | ||
/* Configure Segment with write key & integration management. | ||
The load method can also be modified to take a second argument, | ||
an object with an integrations dictionary, which used to load | ||
only the integrations that are marked as enabled with the boolean value true. | ||
works in version 4.1.0 or higher */ | ||
load(writeKey: string, options?: SegmentOpts): void; | ||
/* The identify method is how you tie one of your users and their actions | ||
@@ -26,0 +34,0 @@ to a recognizable userId and traits. */ |
{ | ||
"name": "@types/segment-analytics", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "TypeScript definitions for Segment's analytics.js", | ||
@@ -17,8 +17,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/segment-analytics" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0b3826fefab4397ce35e33f681e348c829f0dc9f9eee537decc4bfa3f6c1755c", | ||
"typesPublisherContentHash": "7f7bc0e469ac8f9b07e7d0f548a5ba0e5e40b17a1c3d913d201aa1841ef0c84f", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Segment's analytics.js (https://segment.com/docs/libraries/analytics.js/). | ||
This package contains type definitions for Segment's analytics.js ( https://segment.com/docs/libraries/analytics.js/ ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 22 Jan 2019 20:42:56 GMT | ||
* Last updated: Sun, 16 Jun 2019 06:33:23 GMT | ||
* Dependencies: none | ||
@@ -15,0 +15,0 @@ * Global values: analytics |
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
8538
119