New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@deephaven/console

Package Overview
Dependencies
Maintainers
5
Versions
893
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/console

Deephaven Console

0.11.6-beta.8
Source
npm
Version published
Weekly downloads
2.4K
148.06%
Maintainers
5
Weekly downloads
 
Created
Source

@deephaven/console

This is a library of Deephaven Console component. Display a REPL console connected to a Deephaven session.

Usage

Add the package to your "dependencies":

npm install --save @deephaven/console

Then, import and use the component from the package:

import { Console } from '@deephaven/console';

// In your render function
<Console session={session} />

FAQs

Package last updated on 13 Apr 2022

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