Socket
Socket
Sign inDemoInstall

@availity/analytics-core

Package Overview
Dependencies
Maintainers
7
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.7.1 to 2.7.2-alpha.38

4

package.json
{
"name": "@availity/analytics-core",
"version": "2.7.1",
"version": "2.7.2-alpha.38+b0911cf",
"description": "Analytics base configuration for sdk-js",

@@ -11,3 +11,3 @@ "main": "src/index.js",

},
"gitHead": "8e80e249b21bc58a1e912697c8933d24e5424b2d"
"gitHead": "b0911cf886616b1fec0dba8773761039481d3ba7"
}

@@ -76,3 +76,3 @@ # Analytics Core

const exmpleSplunkAnalytics = new AvSplunkAnalytics(AvLogMessages, isEnabled);
const exampleSplunkAnalytics = new AvSplunkAnalytics(new AvLogMessages({ http, promise, merge }), isEnabled);
```

@@ -79,0 +79,0 @@

@@ -195,4 +195,8 @@ const isLeftClickEvent = event => event.button === 0;

this.plugins.forEach(plugin => {
const props = {
...properties,
};
if (isPluginEnabled(plugin) && typeof plugin.trackEvent === 'function') {
promises.push(plugin.trackEvent(properties));
promises.push(plugin.trackEvent(props));
}

@@ -199,0 +203,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