Socket
Socket
Sign inDemoInstall

@medplum/core

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medplum/core - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

dist/cache.d.ts

27

package.json
{
"name": "@medplum/core",
"version": "0.0.20",
"version": "0.0.21",
"description": "Medplum TS/JS Library",

@@ -14,3 +14,3 @@ "author": "Medplum <hello@medplum.com>",

"scripts": {
"clean": "rimraf lib",
"clean": "rimraf dist",
"build": "npm run clean && tsc",

@@ -32,7 +32,22 @@ "test": "jest",

"files": [
"lib"
"dist"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"sideEffects": false
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"keywords": [
"medplum",
"fhir",
"healthcare",
"interoperability",
"json",
"serialization",
"hl7",
"standards",
"clinical",
"dstu2",
"stu3",
"r4",
"normative"
]
}

@@ -84,1 +84,5 @@ # Medplum

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