
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
gazelle-datahouse-renderers
Advanced tools
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.
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.
You can install the library via npm or yarn: https://www.npmjs.com/package/gazelle-datahouse-renderers
npm install gazelle-datahouse-renderers
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
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.
We found that gazelle-datahouse-renderers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.