Socket
Socket
Sign inDemoInstall

nodehl7

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

2

package.json
{
"name": "nodehl7",
"version": "0.0.1",
"version": "0.1.0",
"description": "NodeJS Library for parsing HL7 Messages",

@@ -5,0 +5,0 @@ "main": "lib/hl7.js",

@@ -1,5 +0,6 @@

# node-hl7
# nodehl7
NodeJS Library for parsing HL7 Messages
This library provides an easy way to parse HL7 Messages v.2.x, text-based, no XML format.
Note there is another package named [node-hl7](https://github.com/ekryski/node-hl7) that provides a different API.

@@ -9,4 +10,9 @@

```bash
npm install nodehl7 --save
```
```javascript
const Hl7lib = require('node-hl7');
const Hl7lib = require('nodehl7');
const config = {

@@ -158,2 +164,2 @@ "mapping": false,

Not yet on NPM. Give me some time please.
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc