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

mixpanel

Package Overview
Dependencies
Maintainers
9
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixpanel - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

3

lib/mixpanel-node.d.ts

@@ -71,2 +71,5 @@ declare const mixpanel: mixpanel.Mixpanel;

unset(distinctId: string, propertyName: string | string[], callback?: Callback): void;
unset(distinctId: string, propertyName: string | string[], modifiers?: Modifiers, callback?: Callback): void;
set_once(distinctId: string, propertyName: string, value: string, callback?: Callback): void;

@@ -73,0 +76,0 @@ set_once( distinctId: string, propertyName: string, value: string, modifiers: Modifiers, callback?: Callback): void;

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.10.1",
"version": "0.10.2",
"homepage": "https://github.com/mixpanel/mixpanel-node",

@@ -13,0 +13,0 @@ "author": "Carl Sverre",

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