
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@duckviz/explorer
Advanced tools
File explorer, data grid, and AI widget recommendations for DuckDB-WASM — drop-in <Explorer /> component.
File explorer, data grid, and AI-powered widget recommendations for DuckDB-WASM. Drop-in <Explorer /> component with three-panel layout: file sidebar, data viewer, and AI recommendations.
npm install @duckviz/explorer
# peer dependencies
npm install @duckviz/db @duckviz/dashboard @duckviz/ui @duckviz/widgets \
react react-dom @tanstack/react-query zustand
import { DuckvizDBProvider } from "@duckviz/db";
import { Explorer } from "@duckviz/explorer";
function App() {
return (
<DuckvizDBProvider persistence>
<Explorer
persistence
authenticated
dashboards={dashboards}
onAddWidgetToDashboard={(dashboardId, widget) => {
/* ... */
}}
onCreateDashboard={(name) => {
/* ... */
}}
onIngestComplete={(tableName) => {
/* ... */
}}
/>
</DuckvizDBProvider>
);
}
| Prop | Type | Description |
|---|---|---|
dashboards | ExplorerDashboardRef[] | Controlled dashboard list for "Add to Dashboard" |
onAddWidgetToDashboard | (id, widget) => AddWidgetResult | Callback when user adds a widget |
onCreateDashboard | (name) => string | Callback to create a new dashboard, returns id |
authenticated | boolean | Gates AI recommendation panel |
persistence | boolean | Self-hydrate stores from IndexedDB (default: false) |
datasets | ExplorerDataset[] | Pre-ingested tables (bypasses file upload) |
customFetch | FetchFn | Intercept API calls for auth/path rewriting |
onIngestComplete | (tableName) => void | Called after file ingestion completes |
onUnmountFiles | (paths) => void | Called when files are unmounted |
onEmpty | () => void | Called when all files are removed |
| Package | Version |
|---|---|
react | >=18 |
react-dom | >=18 |
@duckviz/db | >=0.2.0 |
@duckviz/dashboard | >=0.2.0 |
@duckviz/widgets | >=0.1.0 |
@mantine/core | >=8 |
@mantine/hooks | >=8 |
@mantine/notifications | >=8 |
@tabler/icons-react | >=3 |
@tanstack/react-query | >=5 |
zustand | >=5 |
MIT
FAQs
File explorer, data grid, and AI widget recommendations for DuckDB-WASM — drop-in <Explorer /> component.
We found that @duckviz/explorer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.