New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 1.0.3

2

package.json
{
"name": "@nodeart/session-flow",
"version": "1.0.2",
"version": "1.0.3",
"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",

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

click: Subject<UserClick> = new Subject<UserClick>();
userId: string;

@@ -23,2 +24,3 @@ private lastRoute: string = '/';

constructor(private router: Router){
this.userId = 'guest';
this.reffererUrl = document.referrer;

@@ -25,0 +27,0 @@ this.createDeviceId();

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