Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@h5web/app

Package Overview
Dependencies
Maintainers
2
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@h5web/app

Web-based HDF5 file viewer

  • 0.0.10
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
453
decreased by-76.42%
Maintainers
2
Weekly downloads
 
Created
Source

H5Web App & Providers

Demo Version

H5Web is a web-based viewer to explore HDF5 files. It is built with React and uses react-three-fiber for visualizations.

This library exposes the root App component of H5Web, as well as a number of built-in data providers.

Getting started 🚀

npm install @h5web/app
import React, { ReactElement } from 'react';
import { App, MockProvider } from '@h5web/app';

function MyApp(): ReactElement {
  return (
    <MockProvider>
      <App />
    </MockProvider>
  );
}

export default MyApp;

FAQs

Package last updated on 11 Feb 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc