🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

piano-analytics-js

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piano-analytics-js - npm Package Versions

134

6.14.0

Diff
p
piano-analytics
published 6.14.0 •

Changelog

Source

6.14.0

New

  • [browser] New consent methods using purposes

Changes

  • All events properties can now be overridden (using setProperty(ies) or specifying the property directly in events sent)

Fixes

  • Fixed a conflict with global variables used in multiple taggings
p
piano-analytics
published 6.13.1 •

Changelog

Source

6.13.1

Fixes

  • [browser] Cookie testing is now secure on suitable URLs
p
piano-analytics
published 6.13.0 •

Changelog

Source

6.13.0

New

  • [browser] New configuration enableExtendedOptout to enable enhanced tracking of optout visitors (false by default)
p
piano-analytics
published 6.12.2 •

Changelog

Source

6.12.2

Fixes

    • [browser] Cookie _pcus being created by mistake
p
piano-analytics
published 6.12.1 •

Changelog

Source

6.12.1

Fixes

  • [browser] Fix cookies expiration date being expanded when using consent without specifying storageMode

Changes

  • [browser] cookie_creation_date is now anonymized (time set to 0)
p
piano-analytics
published 6.12.0 •

Changelog

Source

6.12.0

New

  • [browser] Automatic page context refresh added
  • [browser] New configuration to manage automatic page context refresh (enableAutomaticPageRefresh)
p
piano-analytics
published 6.11.1 •

Changelog

Source

6.11.1

Fixes

  • [browser] No more error log when cookie_creation_date not available
p
piano-analytics
published 6.11.0 •

Changelog

Source

6.11.0

New

  • [browser] New property cookie_creation_date (date of the visitor cookie creation)
  • [browser] New configuration globalVarName to change default global instance variable name (pa by default)

Fixes

  • [browser] Improved potential conflict for queuing variable (_paq by default)
p
piano-analytics
published 6.10.0 •

Changelog

Source

6.10.0

Changes

  • Event URL is now sent in property event_url_full instead of page_url

Fixes

  • Privacy rules were not applied properly to content properties in version 6.9.0
p
piano-analytics
published 6.9.0 •

Changelog

Source

6.9.0

New

  • Automatically add https:// to collectDomain configuration without protocol
  • New configuration allowHighEntropyClientHints to allow retrieving high entropy Client Hints (true by default)
  • New configuration sendEmptyProperties to allow sending properties with empty value

Changes

  • Now decode campaign values retrieved from querystring
  • Now decode UTM values retrieved from querystring
  • Change priority of content properties set from tagging over the ones automatically retrieved from page's meta tags
  • Consent: Allow page_url in essential mode

Fixes

  • Fix ES5 build