Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "directfhir", | ||
"version": "0.0.1", | ||
"license" : "SEE LICENSE IN LICENSE", | ||
"version": "0.0.2", | ||
"license": "SEE LICENSE IN LICENSE", | ||
"homepage": "https://github.com/fhirfly/directfhir#readme", | ||
"author": "Richard Braman - FHIR FLY <richard.braman@fhirfly.io> (https://fly.health/)", | ||
"email" : "info@fhirfly.io", | ||
"url" : "https://fly.health", | ||
"email": "info@fhirfly.io", | ||
"url": "https://fly.health", | ||
"repository": { | ||
@@ -14,4 +14,5 @@ "type": "git", | ||
"bin": { | ||
"directfhir": "./server.js" | ||
}, | ||
"directfhir": "./server.js" | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
@@ -29,12 +30,13 @@ "express": "^4.18.1", | ||
}, | ||
"main" : "./server.js", | ||
"funding": [{ | ||
"type" : "patreon", | ||
"url" : "https://www.patreon.com/fhirfly" | ||
}, | ||
{ | ||
"type" : "ethereum", | ||
"url" : "0x75341449Dd0e8D696Ca09eD4996a637D2cF1EC57" | ||
} | ||
] | ||
"main": "./server.js", | ||
"funding": [ | ||
{ | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/fhirfly" | ||
}, | ||
{ | ||
"type": "ethereum", | ||
"url": "0x75341449Dd0e8D696Ca09eD4996a637D2cF1EC57" | ||
} | ||
] | ||
} |
# directfhir | ||
A Simple Express-NodeJS Personal FHIR Server that reads and writes data to a local [gitFHIR](https://github.com/fhirfly/gitfhir) filesystem. This Personal FHIR Server is meant for deployment to a Pesonal Computer or a small server. | ||
A Simple Express-NodeJS Personal [FHIR Server](https://www.hl7.org/fhir/) that reads and writes data to a local [gitFHIR](https://github.com/fhirfly/gitfhir) filesystem. This Personal FHIR Server is meant for deployment to a Pesonal Computer or a small server. The server itself is a mere 12mb, and supports CREAT READ UPDATE and DELETE of FHIR resources. Elastic FHIR Search is being developed in a seprate project. | ||
```npm i``` | ||
```node server.ts``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
20053
226
5
Yes
1
1