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

@arkhn/fhir.ts

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arkhn/fhir.ts - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

lib/attribute.d.ts

4

package.json
{
"name": "@arkhn/fhir.ts",
"private": false,
"version": "1.0.0",
"version": "2.0.0",
"description": "Open source typescript library providing FHIR utilities",

@@ -9,3 +9,3 @@ "main": "lib/index.js",

"scripts": {
"build": "tsc",
"build": "tsc --project tsconfig.build.json",
"lint": "eslint ./src/**/*.ts",

@@ -12,0 +12,0 @@ "release": "semantic-release",

@@ -118,3 +118,3 @@ import { structurize, isChildOf } from 'definition'

it('handles slices (snapshot', () => {
it('handles slices (snapshot)', () => {
const structured = structurize(definitionWithSlices.resource)

@@ -121,0 +121,0 @@

@@ -42,3 +42,3 @@ {

"base": {
"path": "Resource.id",
"path": "Mock.a",
"min": 0,

@@ -60,3 +60,3 @@ "max": "1"

"base": {
"path": "Resource.id",
"path": "Mock.a",
"min": 0,

@@ -77,3 +77,3 @@ "max": "1"

"base": {
"path": "Resource.id",
"path": "Mock.a.b",
"min": 0,

@@ -80,0 +80,0 @@ "max": "1"

@@ -37,2 +37,34 @@ {

{
"id": "Mock.id",
"path": "Mock.id",
"min": 0,
"max": "1",
"base": {
"path": "Resource.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "Mock.extension",
"path": "Mock.extension",
"min": 0,
"max": "1",
"base": {
"path": "Resource.extension",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "Mock.a",

@@ -43,3 +75,3 @@ "path": "Mock.a",

"base": {
"path": "Resource.id",
"path": "Mock.a",
"min": 0,

@@ -60,3 +92,3 @@ "max": "1"

"base": {
"path": "Resource.id",
"path": "Mock.a.b",
"min": 0,

@@ -77,3 +109,3 @@ "max": "1"

"base": {
"path": "Resource.id",
"path": "Mock.a.b.c",
"min": 0,

@@ -94,3 +126,3 @@ "max": "1"

"base": {
"path": "Resource.id",
"path": "Mock.a.d",
"min": 0,

@@ -111,3 +143,3 @@ "max": "1"

"base": {
"path": "Resource.id",
"path": "Mock.e",
"min": 0,

@@ -128,3 +160,3 @@ "max": "1"

"base": {
"path": "Resource.id",
"path": "Mock.e.f",
"min": 0,

@@ -131,0 +163,0 @@ "max": "1"

Sorry, the diff of this file is not supported yet

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