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

gazelle-datahouse-renderers

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gazelle-datahouse-renderers

This library simplifies the process of displaying various views for Hl7v2, Dicom, Http, and Syslog base64 data, such as Raw, Hex, Xml, Json and Tree formats.

  • 0.1.16
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
146
decreased by-20.22%
Maintainers
0
Weekly downloads
 
Created
Source

Gazelle datahouse renderers library

This library simplifies the process of displaying various views for Hl7v2, Dicom, Http, and Syslog base64 data, such as Raw, Hex, Xml, Json and Tree formats.

Installation

You can install the library via npm or yarn: https://www.npmjs.com/package/gazelle-datahouse-renderers

npm install gazelle-datahouse-renderers

Props

The DocumentRenderer interface accepts the following props:

  • base64Data: A string representing the base64 data to be rendered.
  • dataType: "DICOM" | "HTTP" | "HL7v2" | "SYSLOG";
  • showLineNumbers (optional): Boolean indicating whether to show line numbers. Default is false.
  • bytesPerLine (optional): Number indicating the desired bytes per line . Default is 32.
  • node (optional): Use for tree renderer to calculate node and enable collapsible segments;
  • dicomField (optional): A string to handle commandSet from Dicom message;

FAQs

Package last updated on 18 Nov 2024

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