New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reading-tracker

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reading-tracker

-Added a db to save user operation done while visiting website -You will be able to know on which pages users have stayed for more time and less time -More cheap than available alternatives

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

Using this package you can able to get device details

GOAL

-Added a db to save user operation done while visiting website
-You will be able to know on which pages users have stayed for more time and less time
-More cheap than available alternatives 

USAGE

Import Like below example

import {ReadingTracker}  from "reading-tracker/lib/screenTracker"
import getDeviceDetails from "reading-tracker/lib/getDeviceDetails"
const domVal = document.getElementById("#Speakers")
const tracker = new ReadingTracker(domVal);


for user Device Details 
 *Call this function getDeviceDetails()

Cursor Tooltip

On hovering on element wrapped with cursor tooltip , it show tooltip on hovering

Example

  ``` js
  <CursorTooltip tooltip={"HI Am ToolTip"}>
                    <button> click me </button>
                    <InfoIcon className="pl-3 align-text-top" />
                  </CursorTooltip>
    ```

FAQs

Package last updated on 15 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts