Socket
Socket
Sign inDemoInstall

@availity/analytics-core

Package Overview
Dependencies
Maintainers
6
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/analytics-core - npm Package Compare versions

Comparing version 2.4.4 to 2.4.6

2

package.json
{
"name": "@availity/analytics-core",
"version": "2.4.4",
"version": "2.4.6",
"description": "Analytics base configuration for sdk-js",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -67,3 +67,3 @@ const isLeftClickEvent = event => event.button === 0;

isModifiedEvent(event) ||
!isLeftClickEvent(event) ||
(event.type === 'click' && !isLeftClickEvent(event)) ||
!isValidEventTypeOnTarget(event)

@@ -70,0 +70,0 @@ ) {

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