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.32 to 0.0.33

2

segment-analytics/index.d.ts

@@ -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

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