New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tanstack/devtools

Package Overview
Dependencies
Maintainers
6
Versions
64
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.10.11
to
0.10.13
dist/devtools/7Z2ESJHO.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/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;

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

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

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