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

@nodeart/session-flow

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeart/session-flow - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@nodeart/session-flow",
"version": "1.0.0",
"version": "1.0.1",
"description": "1. Set device Id\r 2. Set session Id\r 3. Track visited routes of user\r 4. Track user clicks\r 5. Detect mobile device",

@@ -5,0 +5,0 @@ "main": "index.ts",

@@ -14,3 +14,3 @@ import {Injectable} from "@angular/core";

isMobile: boolean;
reffererUrl: string;
visitedRoute: Subject<VisitedRoute> = new Subject<VisitedRoute>();

@@ -23,2 +23,3 @@ click: Subject<UserClick> = new Subject<UserClick>();

constructor(private router: Router){
this.reffererUrl = document.referrer;
this.createDeviceId();

@@ -25,0 +26,0 @@ this.createSessionId();

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