🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@deephaven/dashboard-core-plugins

Package Overview
Dependencies
Maintainers
8
Versions
1070
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/dashboard-core-plugins

Deephaven Dashboard Core Plugins

latest
Source
npmnpm
Version
1.10.2
Version published
Weekly downloads
2K
156.92%
Maintainers
8
Weekly downloads
 
Created
Source

@deephaven/dashboard-core-plugins

Core Deephaven plugins for use in dashboards

Install

npm install --save @deephaven/dashboard-core-plugins

Usage

import React, { Component } from 'react';
import Dashboard from '@deephaven/dashboard';
import { GridPlugin, ChartPlugin } from '@deephaven/dashboard';
import MyDashboardPlugin from './MyDashboardPlugin';

class Example extends Component {
  render() {
    return (
      <Dashboard>
        <GridPlugin />
        <ChartPlugin />
        <MyDashboardPlugin />
      </Dashboard>
    );
  }
}

Deephaven Data Labs and any contributors grant you a license to the content of this repository under the Apache 2.0 License, see the LICENSE file.

FAQs

Package last updated on 04 Dec 2025

Did you know?

Socket

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.

Install

Related posts