@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/AP5L3KAF.js'; | ||
| import '../chunk/BNGI36V3.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/7Z2ESJHO.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/AP5L3KAF.js'; | ||
| import '../chunk/BNGI36V3.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/W6LG6674.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
@@ -32,3 +32,3 @@ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/A767CXXU.js'; | ||
| this.#abortMount = false; | ||
| import('./mount-impl/E4RX7DUJ.js').then(({ mountDevtools }) => { | ||
| import('./mount-impl/Z6LKUI5N.js').then(({ mountDevtools }) => { | ||
| if (this.#abortMount) { | ||
@@ -35,0 +35,0 @@ this.#isMounting = false; |
+1
-1
@@ -32,3 +32,3 @@ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/A767CXXU.js'; | ||
| this.#abortMount = false; | ||
| import('./mount-impl/E4RX7DUJ.js').then(({ mountDevtools }) => { | ||
| import('./mount-impl/Z6LKUI5N.js').then(({ mountDevtools }) => { | ||
| if (this.#abortMount) { | ||
@@ -35,0 +35,0 @@ this.#isMounting = false; |
+1
-1
@@ -32,3 +32,3 @@ export { PLUGIN_CONTAINER_ID, PLUGIN_TITLE_CONTAINER_ID } from './chunk/A767CXXU.js'; | ||
| this.#abortMount = false; | ||
| import('./mount-impl/22DJOLY6.js').then(({ mountDevtools }) => { | ||
| import('./mount-impl/EMNOPRXX.js').then(({ mountDevtools }) => { | ||
| if (this.#abortMount) { | ||
@@ -35,0 +35,0 @@ this.#isMounting = false; |
+1
-1
| { | ||
| "name": "@tanstack/devtools", | ||
| "version": "0.10.11", | ||
| "version": "0.10.13", | ||
| "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", | ||
@@ -5,0 +5,0 @@ "author": "Tanner Linsley", |
@@ -83,3 +83,3 @@ import { createEffect, createMemo, createSignal } from 'solid-js' | ||
| // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition | ||
| const baseUrl = new URL(import.meta?.env?.BASE_URL ?? '/', location.origin) | ||
| const baseUrl = new URL(import.meta.env?.BASE_URL ?? '/', location.origin) | ||
| const url = new URL( | ||
@@ -86,0 +86,0 @@ `__tsd/open-source?source=${encodeURIComponent( |
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/AP5L3KAF.js'; | ||
| import '../chunk/BNGI36V3.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/NTZWLI2C.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/AP5L3KAF.js'; | ||
| import '../chunk/BNGI36V3.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/AHAZGWBE.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
555625
0