analytics.js-core icon indicating copy to clipboard operation
analytics.js-core copied to clipboard

The hassle-free way to integrate analytics into any web application.

Results 10 analytics.js-core issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Update readme to make deprecation more explicit

## Description I am getting this warning using Yarn 2 ``` uuid@npm:3.4.0 is deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which...

Hello :D I am getting this warning when running `yarn install` with `yarn 2`, using `@segment/analytics.js-core@^4.1.11`. ``` uuid@npm:3.4.0 is deprecated: Please upgrade to version 7 or higher. Older versions may...

Bumps [karma](https://github.com/karma-runner/karma) from 5.1.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

stale
dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

stale
dependencies

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 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

I have `"@segment/analytics.js-core": "4.1.11",` installed. When running `npm audit` I get the following error: ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Improper Input Validation in is-email │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ is-email...

cross checked from https://github.com/segmentio/analytics.js-integrations/blob/master/integrations/segmentio/lib/index.js#L58

Status: awaiting internal review

I noticed that the type for `page` previously required all arguments, but this doesn't match the behavior described in the [tests](https://github.com/segmentio/analytics.js-core/blob/master/test/analytics.test.js#L667-L752) or the [library](https://github.com/dimitropoulos/analytics.js-core/blob/master/lib/analytics.ts#L575-L583) itself. I made what is here...

Feature/Improvement
Status: awaiting author response