Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade ganalytics from 3.1.1 to 3.1.3 #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade ganalytics from 3.1.1 to 3.1.3.

merge advice
✨ Snyk has automatically assigned this pull request, set who gets assigned.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released a year ago, on 2020-01-29.
Release notes
Package name: ganalytics
  • 3.1.3 - 2020-01-29

    Patches

    • Add missing types for uid and cid to CommonParams interface (#14): 914f2bf

    Chores

    • Add missing documentation for uid vs cid parameters (#14): 914f2bf
  • 3.1.2 - 2019-05-08

    Chores

    • NEW Added TypeScript support! (#11, #13): 1666f00, 54d05da, fb80bb9

      Thank you @ rand0me~!

      Definitions include and export interfaces for all Event data objects, and will also swap the inferred interface for you based on the .send(...) value.

      import GAnalytics from "ganalytics";
      

      const GA = GAnalytics('UA-asd', {
      //
      });

      GA.send('pageview');
      GA.send('exception');

      GA.send('transaction');
      // Argument of type '"transaction"' is not assignable to parameter of type 'EventOptional'

      GA.send('event', {
      ec: 123
      // Type 'number' is not assignable to type 'string'.ts(2322)
      // The expected type comes from property 'ec' which is declared here on type 'EventParams'
      });

    • Update build tool: 8e5f096

  • 3.1.1 - 2018-10-18

    Patches

    • Move localStorage assignment into constructor call: ac99986
      This is friendlier to server-side usage as a global.localStorage shim is no longer needed on import.

    Refactor

    Chores

from ganalytics GitHub release notes
Commit messages
Package name: ganalytics

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

👩‍💻 Set who automatically gets assigned

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant