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

@tanstack/router-devtools

Package Overview
Dependencies
Maintainers
0
Versions
599
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/router-devtools - npm Package Compare versions

Comparing version 1.45.11 to 1.45.13

4

package.json
{
"name": "@tanstack/router-devtools",
"version": "1.45.11",
"version": "1.45.13",
"description": "Modern and scalable routing for React applications",

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

"react-dom": ">=18",
"@tanstack/react-router": "^1.45.11"
"@tanstack/react-router": "^1.45.13"
},
"scripts": {}
}

@@ -7,3 +7,3 @@ import React from 'react'

if (typeof window !== 'undefined') {
// eslint-disable-next-line ts/no-unnecessary-condition
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
return window.matchMedia && window.matchMedia(query).matches

@@ -17,3 +17,3 @@ }

if (typeof window !== 'undefined') {
// eslint-disable-next-line ts/no-unnecessary-condition
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
if (!window.matchMedia) {

@@ -20,0 +20,0 @@ return

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