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.23.2 to 2.33.0

8

mixpanel-browser/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for mixpanel-browser 2.23
// Type definitions for mixpanel-browser 2.33
// Project: https://github.com/mixpanel/mixpanel-js

@@ -16,2 +16,6 @@ // Definitions by: Carlos López <https://github.com/karlos1337>

export interface RequestOptions {
transport?: "xhr" | "sendBeacon";
}
export interface XhrHeadersDef {[header: string]: any; }

@@ -128,3 +132,3 @@

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

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

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

@@ -19,3 +19,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -28,4 +28,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "477e89e1d7217c6ddd3b242aad22f38b8714035f4d168eb655ff0bf683723fa9",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "fb3e2e84171e1c9bef2f086c3559e5eff8fd63e3925733be220371f0a5e2e87c",
"typeScriptVersion": "2.8"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mixpanel-browser
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mixpanel-browser.
Additional Details
* Last updated: Thu, 17 Oct 2019 21:27:07 GMT
### Additional Details
* Last updated: Wed, 26 Feb 2020 00:39:08 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), and [Ricardo Rodrigues](https://github.com/RicardoRodrigues).
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