Socket
Socket
Sign inDemoInstall

fhir-proof

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fhir-proof - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

lib/resources/Observation.js

@@ -10,2 +10,3 @@ // ref: https://www.hl7.org/fhir/observation.html

var Reference = require('../Reference');
var DateTime = require('../primitives/dateTime');

@@ -34,2 +35,3 @@ var STATUS_CODES = {

valueQuantity: t.maybe(Quantity),
effectiveDateTime: t.maybe(DateTime),

@@ -36,0 +38,0 @@ }, {

2

package.json
{
"name": "fhir-proof",
"version": "0.3.0",
"version": "0.3.1",
"description": "typed javascript classes for fhir",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc