
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@nteract/data-explorer
Advanced tools
An automatic data visualization tool.
Explore the documentation.

Read Elijah Meeks's post on designing the data explorer.
To use Data Explorer in your project, use the following approach.
yarn add @nteract/data-explorer
Install react and styled-components if you are not already using them.
yarn add react styled-components
The data prop must be a tabular data resource application/vnd.dataresource+json
// Default import complete with right side toolbar
import DataExplorer from "@nteract/data-explorer";
<DataExplorer data={data} />;
Or, with custom Toolbar position:
// Individual components as named imports
import { DataExplorer, Toolbar, Viz } from "@nteract/data-explorer";
<DataExplorer data={data}>
<Toolbar />
<Viz />
</DataExplorer>;
// Toolbar is optional
<DataExplorer data={data}>
<Viz />
</DataExplorer>;
If you are interested in contributing to nteract, please read the contribution guidelines for information on how to set up your nteract repo for development, how to update documentation, and how to submit your code changes for review on GitHub.
FAQs
Transform for data resource JSON
We found that @nteract/data-explorer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 open source maintainers 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.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.