1.3.8 • Published 6 years ago

hot-spot v1.3.8

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

HotSpot your app

To find the Most used and least used parts of your app.

Usage

  • import hotswap from node modules.
  • hotswap function.
  • The HotSpot definition.
  • @param {function} cb - Callback function
  • @param {array} eventNames - Array of keys of javascript event object you want to log.
  • @param {Number} numOfClicks - Number of clicks after which callback should get executed.
  • example "hotspot((data)=>console.log(data),'className', 'id','innerHTML',3);"
1.3.8

6 years ago

1.3.7

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago