Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.
The npm package gazelle-datahouse-renderers receives a total of 77 weekly downloads. As such, gazelle-datahouse-renderers popularity was classified as not popular.
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 0 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.