Socket
Socket
Sign inDemoInstall

@availity/analytics-core

Package Overview
Dependencies
Maintainers
12
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.8.1 to 2.8.2-alpha.4

7

package.json
{
"name": "@availity/analytics-core",
"version": "2.8.1",
"version": "2.8.2-alpha.4+570dfbe",
"description": "Analytics base configuration for sdk-js",

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

},
"gitHead": "e9b2b8fa0d6821edf41535304141cab4508c880f"
"gitHead": "570dfbe0190311a044531218af9c65b515fd15d8",
"dependencies": {
"lodash.clone": "^4.5.0"
}
}

@@ -0,1 +1,3 @@

import clone from 'lodash.clone';
const isLeftClickEvent = event => event.button === 0;

@@ -140,3 +142,3 @@

const attrs = [...elem.attributes];
const attrs = clone(elem.attributes);
const analyticAttrs = {};

@@ -143,0 +145,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