Socket
Socket
Sign inDemoInstall

@medplum/fhirtypes

Package Overview
Dependencies
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medplum/fhirtypes - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

17

dist/Login.d.ts

@@ -70,2 +70,8 @@ /*

/**
* The authentication method used to obtain the code (password or
* google).
*/
readonly authMethod?: string;
/**
* Time when the End-User authentication occurred.

@@ -131,2 +137,13 @@ */

readonly admin?: boolean;
/**
* The Internet Protocol (IP) address of the client or last proxy that
* sent the request.
*/
readonly remoteAddress?: string;
/**
* The User-Agent request header as sent by the client.
*/
readonly userAgent?: string;
}

@@ -6,2 +6,3 @@ /*

import { AccessPolicy } from './AccessPolicy';
import { Meta } from './Meta';

@@ -63,2 +64,7 @@ import { Reference } from './Reference';

readonly features?: string[];
/**
* The default access policy for patients using open registration.
*/
readonly defaultPatientAccessPolicy?: Reference<AccessPolicy>;
}

6

dist/ProjectMembership.d.ts

@@ -71,8 +71,2 @@ /*

/**
* Optional account reference that can be used for sub-project
* compartments.
*/
readonly account?: Reference;
/**
* The access policy for the user within the project memebership.

@@ -79,0 +73,0 @@ */

@@ -45,2 +45,7 @@ /*

/**
* A name associated with the UserConfiguration.
*/
readonly name?: string;
/**
* Optional menu of shortcuts to URLs.

@@ -47,0 +52,0 @@ */

2

package.json
{
"name": "@medplum/fhirtypes",
"version": "0.4.1",
"version": "0.5.0",
"description": "Medplum FHIR Type Definitions",

@@ -5,0 +5,0 @@ "author": "Medplum <hello@medplum.com>",

@@ -61,2 +61,2 @@ # Medplum FHIR Type Definitions

Apache 2.0. Copyright &copy; Medplum 2021
Apache 2.0. Copyright &copy; Medplum 2022
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