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

@types/mixpanel-browser

Package Overview
Dependencies
Maintainers
1
Versions
32
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.5 to 2.35.6

7

mixpanel-browser/index.d.ts

@@ -181,2 +181,7 @@ // Type definitions for mixpanel-browser 2.35

export interface OverridedMixpanel extends Mixpanel {
init(token: string, config: Partial<Config>, name: string): Mixpanel;
init(token: string, config?: Partial<Config>): undefined;
}
export function add_group(group_key: string, group_id: string, callback?: Callback): void;

@@ -225,3 +230,3 @@ export function alias(alias: string, original?: string): void;

declare const mixpanel: Mixpanel;
declare const mixpanel: OverridedMixpanel;
export default mixpanel;

4

mixpanel-browser/package.json
{
"name": "@types/mixpanel-browser",
"version": "2.35.5",
"version": "2.35.6",
"description": "TypeScript definitions for mixpanel-browser",

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

"dependencies": {},
"typesPublisherContentHash": "dea0d6810fcba106cedb63504c222ac40817e4346eec3e65e13db188973ee0e5",
"typesPublisherContentHash": "47f0baa0eef27a1d5e4113cd4f01dd11e10570ff7d9a3fb38a7251a671f51ce7",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Tue, 16 Feb 2021 23:20:24 GMT
* Last updated: Fri, 19 Feb 2021 17:58:40 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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