Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/segment-analytics

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/segment-analytics - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

8

segment-analytics/index.d.ts

@@ -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. */

7

segment-analytics/package.json
{
"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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc