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

@tanstack/react-router

Package Overview
Dependencies
Maintainers
0
Versions
635
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/react-router - npm Package Compare versions

Comparing version 1.77.4 to 1.77.5

6

dist/esm/Transitioner.js

@@ -60,3 +60,3 @@ import * as React from "react";

const fromLocation = router.state.resolvedLocation;
const pathChanged = fromLocation.href !== toLocation.href;
const pathChanged = fromLocation.pathname !== toLocation.pathname;
router.emit({

@@ -75,3 +75,3 @@ type: "onLoad",

const fromLocation = router.state.resolvedLocation;
const pathChanged = fromLocation.href !== toLocation.href;
const pathChanged = fromLocation.pathname !== toLocation.pathname;
router.emit({

@@ -89,3 +89,3 @@ type: "onBeforeRouteMount",

const fromLocation = router.state.resolvedLocation;
const pathChanged = fromLocation.href !== toLocation.href;
const pathChanged = fromLocation.pathname !== toLocation.pathname;
router.emit({

@@ -92,0 +92,0 @@ type: "onResolved",

{
"name": "@tanstack/react-router",
"version": "1.77.4",
"version": "1.77.5",
"description": "Modern and scalable routing for React applications",

@@ -5,0 +5,0 @@ "author": "Tanner Linsley",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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