Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lendi/lendi-analytics-package

Package Overview
Dependencies
Maintainers
48
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi/lendi-analytics-package - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [2.0.0] - 2019-12-03
### Update -
- Adding a default event name `behavior_tracking` if not passed from the component. -
## [1.0.0] - 2019-05-21 - [HUB-150](https://creditandfinance.atlassian.net/browse/HUB-150)

@@ -2,0 +8,0 @@

3

dist/cjs/index.js

@@ -72,3 +72,3 @@ "use strict";

var enhance = function (event) {
return __assign({}, event, { label: event.position + "_" + (event.button_text || '') });
return __assign(__assign({}, event), { label: event.position + "_" + (event.button_text || '') });
};

@@ -84,2 +84,3 @@ var emit = function (eventName, event) {

};
// adding the eventName as a default since this is being used in LUI
exports.track = function (event, eventName) {

@@ -86,0 +87,0 @@ if (eventName === void 0) { eventName = 'behaviour_tracking'; }

{
"name": "@lendi/lendi-analytics-package",
"version": "1.0.1",
"version": "2.0.0",
"description": "Lendi Analytics Package",

@@ -5,0 +5,0 @@ "source": "src/index.tsx",

Sorry, the diff of this file is not supported yet

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