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

@tanstack/router-devtools

Package Overview
Dependencies
Maintainers
2
Versions
614
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.51.2 to 1.51.4

1

dist/esm/context.d.ts
import { default as React } from 'react';
export declare const ShadowDomTargetContext: React.Context<ShadowRoot | undefined>;

@@ -4,0 +3,0 @@ export declare const DevtoolsOnCloseContext: React.Context<{

import { default as React } from 'react';
import { AnyRouter } from '@tanstack/react-router';
interface DevtoolsOptions {

@@ -5,0 +4,0 @@ /**

import { default as React } from 'react';
export declare const defaultTheme: {

@@ -4,0 +3,0 @@ readonly background: "#222222";

import { default as React } from 'react';
import { AnyRootRoute, AnyRoute, AnyRouteMatch } from '@tanstack/react-router';
import { Theme } from './theme.js';
export declare const isServer: boolean;

@@ -6,0 +5,0 @@ type StyledComponent<T> = T extends 'button' ? React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> : T extends 'input' ? React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> : T extends 'select' ? React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement> : T extends keyof HTMLElementTagNameMap ? React.HTMLAttributes<HTMLElementTagNameMap[T]> : never;

4

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

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

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

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