🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@tanstack/devtools

Package Overview
Dependencies
Maintainers
5
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/devtools - npm Package Compare versions

Comparing version
0.12.0
to
0.12.2
dist/devtools/LGFFJRYV.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

+41
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;

@@ -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;

@@ -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;

{
"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 };