@tanstack/devtools
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
| import { DevtoolsProvider, PiPProvider } from '../chunk/NHLNWQXL.js'; | ||
| import '../chunk/HURJB5JH.js'; | ||
| import { render, createComponent, Portal } from 'solid-js/web'; | ||
| import { lazy } from 'solid-js'; | ||
| import { ClientEventBus } from '@tanstack/devtools-event-bus/client'; | ||
| function mountDevtools(options) { | ||
| const { | ||
| el, | ||
| plugins, | ||
| config, | ||
| eventBusConfig, | ||
| onSetPlugins | ||
| } = options; | ||
| const eventBus = new ClientEventBus(eventBusConfig); | ||
| eventBus.start(); | ||
| const Devtools = lazy(() => import('../devtools/LGFFJRYV.js')); | ||
| const dispose = render(() => createComponent(DevtoolsProvider, { | ||
| plugins, | ||
| config, | ||
| onSetPlugins, | ||
| get children() { | ||
| return createComponent(PiPProvider, { | ||
| get children() { | ||
| return createComponent(Portal, { | ||
| mount: el, | ||
| get children() { | ||
| return createComponent(Devtools, {}); | ||
| } | ||
| }); | ||
| } | ||
| }); | ||
| } | ||
| }), el); | ||
| return { | ||
| dispose, | ||
| eventBus | ||
| }; | ||
| } | ||
| export { mountDevtools }; |
| import { DevtoolsProvider, PiPProvider } from '../chunk/NHLNWQXL.js'; | ||
| import '../chunk/HURJB5JH.js'; | ||
| import { render, createComponent, Portal } from 'solid-js/web'; | ||
| import { lazy } from 'solid-js'; | ||
| import { ClientEventBus } from '@tanstack/devtools-event-bus/client'; | ||
| function mountDevtools(options) { | ||
| const { | ||
| el, | ||
| plugins, | ||
| config, | ||
| eventBusConfig, | ||
| onSetPlugins | ||
| } = options; | ||
| const eventBus = new ClientEventBus(eventBusConfig); | ||
| eventBus.start(); | ||
| const Devtools = lazy(() => import('../devtools/MWM77JVE.js')); | ||
| const dispose = render(() => createComponent(DevtoolsProvider, { | ||
| plugins, | ||
| config, | ||
| onSetPlugins, | ||
| get children() { | ||
| return createComponent(PiPProvider, { | ||
| get children() { | ||
| return createComponent(Portal, { | ||
| mount: el, | ||
| get children() { | ||
| return createComponent(Devtools, {}); | ||
| } | ||
| }); | ||
| } | ||
| }); | ||
| } | ||
| }), el); | ||
| return { | ||
| dispose, | ||
| eventBus | ||
| }; | ||
| } | ||
| export { mountDevtools }; |
+1
-1
@@ -31,3 +31,3 @@ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/A767CXXU.js'; | ||
| const { signal } = this.#mountAbortController = new AbortController(); | ||
| import('./mount-impl/JVA3XVBD.js').then(({ mountDevtools }) => { | ||
| import('./mount-impl/F7HDTFTW.js').then(({ mountDevtools }) => { | ||
| if (signal.aborted) { | ||
@@ -34,0 +34,0 @@ return; |
+1
-1
@@ -31,3 +31,3 @@ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/A767CXXU.js'; | ||
| const { signal } = this.#mountAbortController = new AbortController(); | ||
| import('./mount-impl/JVA3XVBD.js').then(({ mountDevtools }) => { | ||
| import('./mount-impl/F7HDTFTW.js').then(({ mountDevtools }) => { | ||
| if (signal.aborted) { | ||
@@ -34,0 +34,0 @@ return; |
+1
-1
@@ -31,3 +31,3 @@ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/A767CXXU.js'; | ||
| const { signal } = this.#mountAbortController = new AbortController(); | ||
| import('./mount-impl/TE5LTVFI.js').then(({ mountDevtools }) => { | ||
| import('./mount-impl/IY6GK37O.js').then(({ mountDevtools }) => { | ||
| if (signal.aborted) { | ||
@@ -34,0 +34,0 @@ return; |
+2
-2
| { | ||
| "name": "@tanstack/devtools", | ||
| "version": "0.12.0", | ||
| "version": "0.12.2", | ||
| "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", | ||
@@ -65,3 +65,3 @@ "author": "Tanner Linsley", | ||
| "@tanstack/devtools-event-bus": "0.4.1", | ||
| "@tanstack/devtools-ui": "0.5.1" | ||
| "@tanstack/devtools-ui": "0.5.2" | ||
| }, | ||
@@ -68,0 +68,0 @@ "peerDependencies": { |
@@ -262,2 +262,23 @@ /** | ||
| }, | ||
| // Santos Vilanculos — Inertia 3 Devtools for React | ||
| '@santosvilanculos/bevor-react': { | ||
| packageName: '@santosvilanculos/bevor-react', | ||
| title: 'Inertia 3 Devtools', | ||
| description: 'Inertia 3 devtools built on top of TanStack DevTools', | ||
| pluginImport: { | ||
| importName: 'inertiaDevtoolsPlugin', | ||
| type: 'function', | ||
| }, | ||
| pluginId: 'inertia-devtools', | ||
| logoUrl: | ||
| 'https://raw.githubusercontent.com/santosvilanculos/bevor/main/logo.png', | ||
| docsUrl: | ||
| 'https://github.com/SantosVilanculos/bevor/tree/main/packages/react', | ||
| repoUrl: 'https://github.com/SantosVilanculos/bevor', | ||
| author: 'Santos Vilanculos (santosvilanculos@yahoo.com)', | ||
| framework: 'react', | ||
| isNew: true, | ||
| tags: ['TanStack', 'React', 'Inertia', 'Laravel'], | ||
| }, | ||
| } | ||
@@ -264,0 +285,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
| import { DevtoolsProvider, PiPProvider } from '../chunk/NHLNWQXL.js'; | ||
| import '../chunk/HURJB5JH.js'; | ||
| import { render, createComponent, Portal } from 'solid-js/web'; | ||
| import { lazy } from 'solid-js'; | ||
| import { ClientEventBus } from '@tanstack/devtools-event-bus/client'; | ||
| function mountDevtools(options) { | ||
| const { | ||
| el, | ||
| plugins, | ||
| config, | ||
| eventBusConfig, | ||
| onSetPlugins | ||
| } = options; | ||
| const eventBus = new ClientEventBus(eventBusConfig); | ||
| eventBus.start(); | ||
| const Devtools = lazy(() => import('../devtools/UYRYZ57Y.js')); | ||
| const dispose = render(() => createComponent(DevtoolsProvider, { | ||
| plugins, | ||
| config, | ||
| onSetPlugins, | ||
| get children() { | ||
| return createComponent(PiPProvider, { | ||
| get children() { | ||
| return createComponent(Portal, { | ||
| mount: el, | ||
| get children() { | ||
| return createComponent(Devtools, {}); | ||
| } | ||
| }); | ||
| } | ||
| }); | ||
| } | ||
| }), el); | ||
| return { | ||
| dispose, | ||
| eventBus | ||
| }; | ||
| } | ||
| export { mountDevtools }; |
| import { DevtoolsProvider, PiPProvider } from '../chunk/NHLNWQXL.js'; | ||
| import '../chunk/HURJB5JH.js'; | ||
| import { render, createComponent, Portal } from 'solid-js/web'; | ||
| import { lazy } from 'solid-js'; | ||
| import { ClientEventBus } from '@tanstack/devtools-event-bus/client'; | ||
| function mountDevtools(options) { | ||
| const { | ||
| el, | ||
| plugins, | ||
| config, | ||
| eventBusConfig, | ||
| onSetPlugins | ||
| } = options; | ||
| const eventBus = new ClientEventBus(eventBusConfig); | ||
| eventBus.start(); | ||
| const Devtools = lazy(() => import('../devtools/O5JIO2T7.js')); | ||
| const dispose = render(() => createComponent(DevtoolsProvider, { | ||
| plugins, | ||
| config, | ||
| onSetPlugins, | ||
| get children() { | ||
| return createComponent(PiPProvider, { | ||
| get children() { | ||
| return createComponent(Portal, { | ||
| mount: el, | ||
| get children() { | ||
| return createComponent(Devtools, {}); | ||
| } | ||
| }); | ||
| } | ||
| }); | ||
| } | ||
| }), el); | ||
| return { | ||
| dispose, | ||
| eventBus | ||
| }; | ||
| } | ||
| export { mountDevtools }; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
660675
0.35%17012
0.33%+ Added
- Removed
Updated