mixpanel-node icon indicating copy to clipboard operation
mixpanel-node copied to clipboard

A node.js API for mixpanel

Results 78 mixpanel-node issues
Sort by recently updated
recently updated
newest added

Adds typescript types for `InitConfig` based on `DEFAULT_CONFIG` found in `mixpanel-node.js`

If I have `mixpanel.people.increment('Total Referrals', 1)` and "Total Referrals" doesn't exist, it doesn't create the property. It would be super helpful if it did. I could easily add `Total Referrals`...

The API endpoint is described here: https://developer.mixpanel.com/reference/identity-merge But it's not provided by this SDK.

- defaults to no timeout - make `keepAlive` override-able as well

Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

There is an execution leak issue associated with the `import_batch` function, this seems to have been a reported issue for a few years and does indeed seem to exist. It...

Hi Team, hopefully this is right place to ask, if not, I'd appreciate if you can direct me. I'm the founder of [cloudquery.io](https://www.cloudquery.io/), a high performance open source ELT framework....