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.1 to 2.23.2

6

mixpanel-browser/index.d.ts

@@ -12,2 +12,4 @@ // Type definitions for mixpanel-browser 2.23

export type Query = string | Element | Element[];
export interface Dict {[key: string]: any; }

@@ -127,5 +129,5 @@

export function track(event_name: string, properties?: Dict, callback?: () => void): void;
export function track_forms(query: string, event_name: string, properties?: Dict | (() => void)): void;
export function track_links(query: string, event_name: string, properties?: Dict | (() => void)): void;
export function track_forms(query: Query, event_name: string, properties?: Dict | (() => void)): void;
export function track_links(query: Query, event_name: string, properties?: Dict | (() => void)): void;
export function unregister(property: string): void;
export const people: People;
{
"name": "@types/mixpanel-browser",
"version": "2.23.1",
"version": "2.23.2",
"description": "TypeScript definitions for mixpanel-browser",

@@ -27,4 +27,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "e15016015b16c316a48fd2055710ac7e320855bd676043229712c8f7bf166c8a",
"typesPublisherContentHash": "477e89e1d7217c6ddd3b242aad22f38b8714035f4d168eb655ff0bf683723fa9",
"typeScriptVersion": "2.2"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for mixpanel-browser ( https://github.com/mixpanel/mixpanel-js ).
This package contains type definitions for mixpanel-browser (https://github.com/mixpanel/mixpanel-js).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 10 Apr 2019 17:55:57 GMT
* Last updated: Thu, 17 Oct 2019 21:27:07 GMT
* Dependencies: none

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

# Credits
These definitions were written by Carlos López <https://github.com/karlos1337>, 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