Socket
Socket
Sign inDemoInstall

nodehl7

Package Overview
Dependencies
3
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

test/testfiles/ADTA01.adm

14

package.json
{
"name": "nodehl7",
"version": "0.1.0",
"version": "0.1.1",
"description": "NodeJS Library for parsing HL7 Messages",
"main": "lib/hl7.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node_modules/.bin/mocha"
},

@@ -22,3 +22,11 @@ "repository": {

},
"homepage": "https://github.com/Loksly/node-hl7#readme"
"homepage": "https://github.com/Loksly/node-hl7#readme",
"devDependencies": {
"chai": "^3.5.0",
"encoding": "^0.1.12",
"mocha": "^3.1.2"
},
"dependencies": {
"encoding": "^0.1.12"
}
}

@@ -14,3 +14,9 @@ # nodehl7

To run tests:
```bash
npm test
```
```javascript

@@ -17,0 +23,0 @@ const Hl7lib = require('nodehl7');

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