Socket
Socket
Sign inDemoInstall

@types/mixpanel-browser

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mixpanel-browser - npm Package Compare versions

Comparing version 2.35.0 to 2.35.1

9

mixpanel-browser/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for mixpanel-browser 2.35

// Ricardo Rodrigues <https://github.com/RicardoRodrigues>
// Kristian Randall <https://github.com/randak>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -109,5 +110,5 @@ // TypeScript Version: 2.2

time_event(event_name: string): void;
track(event_name: string, properties?: Dict, callback?: () => void): void;
track_forms(query: string, event_name: string, properties?: Dict | (() => void)): void;
track_links(query: string, event_name: string, properties?: Dict | (() => void)): void;
track(event_name: string, properties?: Dict, optionsOrCallback?: RequestOptions | (() => void), callback?: () => void): void;
track_forms(query: Query, event_name: string, properties?: Dict | (() => void)): void;
track_links(query: Query, event_name: string, properties?: Dict | (() => void)): void;
unregister(property: string): void;

@@ -135,3 +136,3 @@ people: People;

export function time_event(event_name: string): void;
export function track(event_name: string, properties?: Dict, options?: RequestOptions, callback?: () => void): void;
export function track(event_name: string, properties?: Dict, optionsOrCallback?: RequestOptions | (() => void), callback?: () => void): void;
export function track_forms(query: Query, event_name: string, properties?: Dict | (() => void)): void;

@@ -138,0 +139,0 @@ export function track_links(query: Query, event_name: string, properties?: Dict | (() => void)): void;

{
"name": "@types/mixpanel-browser",
"version": "2.35.0",
"version": "2.35.1",
"description": "TypeScript definitions for mixpanel-browser",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "RicardoRodrigues"
},
{
"name": "Kristian Randall",
"url": "https://github.com/randak",
"githubUsername": "randak"
}

@@ -28,4 +33,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "bc36e7163d7a3dc45641aba8c1d5f5db177d25357ffb93f30b1c0f98e36bf1c4",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "d43ac72c361251ab3dc33000b8c0f7b295c00c78719c9563472ab028063a7e2f",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Apr 2020 20:54:46 GMT
* Last updated: Thu, 14 May 2020 22:40:34 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Carlos López](https://github.com/karlos1337), and [Ricardo Rodrigues](https://github.com/RicardoRodrigues).
These definitions were written by [Carlos López](https://github.com/karlos1337), [Ricardo Rodrigues](https://github.com/RicardoRodrigues), and [Kristian Randall](https://github.com/randak).

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