Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.2.0 to 0.3.0

lib/Bundle.js

11

lib/index.js
module.exports = {
Resource: require('./Resource'),
Reference: require('./Reference'),
Bundle: require('./Bundle'),
BundleEntry: require('./Bundle').Entry,
Resources: require('./resources'),
Types: require('./types'),
Primitives: require('./primitives')
Primitives: require('./primitives'),
// util
fromJSON: require('tcomb/lib/fromJSON')
};

6

lib/Resource.js

@@ -8,3 +8,3 @@ var t = require('tcomb');

var Coding = require('./types/Coding');
// var Coding = require('./types/Coding');

@@ -15,4 +15,4 @@ var Meta = t.struct({

profile: t.maybe(uri),
security: t.maybe(Coding),
tag: t.maybe(Coding),
// security: t.maybe(Coding),
// tag: t.maybe(Coding),
});

@@ -19,0 +19,0 @@

{
"name": "fhir-proof",
"version": "0.2.0",
"version": "0.3.0",
"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